Merge pull request #113 from qurator-spk/python-3.13

✔ Test on Python 3.13
master
Mike Gerber 4 months ago committed by GitHub
commit 2e6fe0c279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,7 +25,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
@ -34,6 +34,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

Loading…
Cancel
Save