Skip to content

Commit fffff7f

Browse files
committed
ci: run test suite on all python versions we support
1 parent fe0353d commit fffff7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 15
2020
strategy:
2121
matrix:
22-
python-version: ["3.10", "3.13"]
22+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)