Skip to content

Commit af66239

Browse files
committed
👷 Update CI for Python versions
1 parent 1f3c4ed commit af66239

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
matrix:
2929
python-version:
3030
- "3.8"
31+
- "3.9"
32+
- "3.10"
33+
- "3.11"
34+
- "3.12"
35+
- "3.13"
3136
fail-fast: false
3237

3338
steps:

0 commit comments

Comments
 (0)