Skip to content

Commit 8269b60

Browse files
committed
Add most recent python versions to test matrix
1 parent 5e8dddb commit 8269b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.9"]
2525
os:
2626
- ubuntu-latest
2727
- windows-latest

0 commit comments

Comments
 (0)