Skip to content

Commit ee54164

Browse files
committed
Go with latest python versions available in the json mainfest, because it appears it was using the .0 base version which is no longer availalbe for some versions
1 parent 4e911e5 commit ee54164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
python-version: ["3.8.18", "3.9.19", "3.10.14", "3.11.9", "3.12.3"]
78+
python-version: ["3.8.18", "3.9.18", "3.10.13", "3.11.9", "3.12.3"]
7979
os: [MacOS, Ubuntu, Windows]
8080

8181
steps:

0 commit comments

Comments
 (0)