Skip to content

Commit 6ffaef4

Browse files
committed
Update CI to test on more python versions
1 parent 8109520 commit 6ffaef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.9]
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121
poetry-version: [1.8]
2222

2323
steps:

0 commit comments

Comments
 (0)