Skip to content

Commit

Permalink
Python 3.10.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 8, 2021
1 parent 626875f commit 1677bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.0-rc.1"
- "3.10.0-rc.2"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- windows-latest
- macos-latest
python-version:
- "3.10.0-rc.1"
- "3.10.0-rc.2"
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.0-rc.1"
- "3.10.0-rc.2"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down

0 comments on commit 1677bbb

Please sign in to comment.