Skip to content

Commit

Permalink
ci: use stable 3.10, rather than dev
Browse files Browse the repository at this point in the history
Now that the stable version of 3.10 has been released, we can use that.

This will also include creating a GitHub release, so that the CI actually runs.
  • Loading branch information
ChrisLovering authored Oct 18, 2021
1 parent 4e6e36f commit e12b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev']
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e12b5cc

Please sign in to comment.