Skip to content

Commit 0ecc9c8

Browse files
committed
update tested python versions
1 parent edcaf58 commit 0ecc9c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
python:
32-
- '3.9'
3332
- '3.10'
3433
- '3.11'
3534
- '3.12'
35+
- '3.13'
36+
- '3.14'
3637
steps:
3738
- uses: actions/checkout@v5
3839
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)