Skip to content

Commit

Permalink
ci: especify python 3.10 minor version as a workaround to an error in…
Browse files Browse the repository at this point in the history
…volving the parsing of that specific version
  • Loading branch information
William-Fernandes252 committed Nov 11, 2023
1 parent 303baf4 commit 14fbea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-versions: ["3.8", "3.9", "3.10.1", "3.11", "3.12"]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 14fbea0

Please sign in to comment.