Skip to content

Commit

Permalink
Bug Fix: 3.10 ends up as 3.1 which is incorrect
Browse files Browse the repository at this point in the history
Use a sub-version for 3.10 since it gets incorrectly parsed
  • Loading branch information
BenjamenMeyer committed Feb 11, 2024
1 parent 78e2f37 commit 312eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version: [3.8, 3.9, 3.10.13, 3.11, 3.12]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 312eb6c

Please sign in to comment.