Skip to content

Commit 8348f38

Browse files
committed
✔ Test on Python 3.13
1 parent 129e6eb commit 8348f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
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)