Skip to content

Commit

Permalink
CI: Use "3.11-dev" as version tag since it's still in rc
Browse files Browse the repository at this point in the history
Just using "3.11" only works with setup-python after 3.11.0 is released
  • Loading branch information
EwoutH authored Aug 30, 2022
1 parent ef85771 commit 9295726
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 @@ -19,7 +19,7 @@ jobs:
python-version: ["3.10"]
include:
- os: ubuntu-latest
python-version: "3.11"
python-version: "3.11-dev"
- os: ubuntu-latest
python-version: "3.9"
- os: ubuntu-latest
Expand Down

0 comments on commit 9295726

Please sign in to comment.