Skip to content

Commit 2e6fe0c

Browse files
authored
Merge pull request #113 from qurator-spk/python-3.13
✔ Test on Python 3.13
2 parents 3233dbc + 1753ed4 commit 2e6fe0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
28+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
2929

3030
runs-on: "ubuntu-latest"
3131

@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
allow-prereleases: true
3738

3839
- name: Checkout
3940
uses: actions/checkout@v4

0 commit comments

Comments
 (0)