Skip to content

Commit

Permalink
build: use 3.10.0-rc.1 (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 4, 2021
1 parent 6adbefa commit 57a691f
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 @@ -34,7 +34,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.0-beta.4"
- "3.10.0-rc.1"
- "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 @@ -127,7 +127,7 @@ jobs:
- windows-latest
- macos-latest
python-version:
- "3.10.0-alpha.7"
- "3.10.0-rc.1"
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 @@ -30,7 +30,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.0-beta.4"
- "3.10.0-rc.1"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down

0 comments on commit 57a691f

Please sign in to comment.