Skip to content

Commit

Permalink
build: 3.10.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 5, 2021
1 parent fb21f8e commit 6211680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.2"
- "3.10"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:

prerel:
name: "Build ${{ matrix.python-version }} wheels on ${{ matrix.os }}"
if: ${{ false }} # disable for now, since there are no pre-rel Python versions.
runs-on: ${{ matrix.os }}
strategy:
matrix:
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.2"
- "3.10"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down

0 comments on commit 6211680

Please sign in to comment.