Skip to content

Commit 2e73a88

Browse files
chore: cicd.yml to have py 3.9 through 3.13
1 parent 3d99931 commit 2e73a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version:
15-
- 3.8.x
1615
- 3.9.x
1716
- 3.10.x
1817
- 3.11.x
18+
- 3.12.x
19+
- 3.13.x
1920

2021
steps:
2122
- name: Checkout this repository

0 commit comments

Comments
 (0)