Skip to content

Commit

Permalink
Update GitHub Actions config by changing Python version from 3.7 to 3…
Browse files Browse the repository at this point in the history
….7.17.

GitHub Actions failed, complaining that version 3.7 does not exist, but in the supported list, many patch versions for 3.7 are available.
  • Loading branch information
julianolf committed Jan 12, 2025
1 parent cc8f111 commit 1bd5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- "3.7"
- "3.7.17"
- "3.8"
- "3.9"
- "3.10"
Expand Down

0 comments on commit 1bd5c20

Please sign in to comment.