Skip to content

Commit 8a2fe78

Browse files
committed
Run tests on Python 3.13
1 parent a881cb3 commit 8a2fe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
30+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10"]
3131

3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)