Skip to content

Commit 1152062

Browse files
committed
Fix CI
1 parent 874d0e7 commit 1152062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.12']
16+
python-version: ['3.10', '3.11', '3.12', '3.13']
1717
steps:
1818
- uses: actions/checkout@v4
1919

0 commit comments

Comments
 (0)