Skip to content

Commit

Permalink
Merge pull request #113 from qurator-spk/python-3.13
Browse files Browse the repository at this point in the history
✔ Test on Python 3.13
  • Loading branch information
mikegerber authored Sep 4, 2024
2 parents 3233dbc + 1753ed4 commit 2e6fe0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
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"

Expand All @@ -34,6 +34,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2e6fe0c

Please sign in to comment.