Skip to content

Commit 0c30c3e

Browse files
committed
Update CI matrix to test Python 3.10, 3.12, 3.13
Remove Python 3.9 from the test matrix since pyproject.toml now requires Python >=3.10. Add Python 3.13 to ensure compatibility with newer Python versions.
1 parent 63c0426 commit 0c30c3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
python-version:
23-
- "3.9"
23+
- "3.10"
2424
- "3.12"
25+
- "3.13"
2526
name: "make test #${{ matrix.python-version }}"
2627
steps:
2728
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)