Skip to content

Commit

Permalink
ci: GHA: use released Python 3.10 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Oct 8, 2021
1 parent 9046479 commit 06712d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

include:
- name: "ubuntu-py310"
python: "3.10.0-rc.2"
python: "3.10"
os: ubuntu-latest
tox_env: "py310-coverage"
- name: "ubuntu-py39"
Expand Down

0 comments on commit 06712d4

Please sign in to comment.