Skip to content

Commit

Permalink
Go with latest python versions available in the json mainfest, becaus…
Browse files Browse the repository at this point in the history
…e it appears it was using the .0 base version which is no longer availalbe for some versions
  • Loading branch information
matteius committed Apr 25, 2024
1 parent 4e911e5 commit ee54164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8.18", "3.9.19", "3.10.14", "3.11.9", "3.12.3"]
python-version: ["3.8.18", "3.9.18", "3.10.13", "3.11.9", "3.12.3"]
os: [MacOS, Ubuntu, Windows]

steps:
Expand Down

0 comments on commit ee54164

Please sign in to comment.