CI: test with 3.13 and update actions/setup-python

This commit is contained in:
Christoph Reiter 2025-01-17 19:04:03 +01:00
parent 863b35e117
commit 48fab4d6c6

View File

@ -8,11 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies