Skip to content

Commit 6211680

Browse files
committed
build: 3.10.0 is out
1 parent fb21f8e commit 6211680

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- "3.7"
3838
- "3.8"
3939
- "3.9"
40-
- "3.10.0-rc.2"
40+
- "3.10"
4141
- "pypy3"
4242
exclude:
4343
# Windows PyPy doesn't seem to work?

.github/workflows/kit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122

123123
prerel:
124124
name: "Build ${{ matrix.python-version }} wheels on ${{ matrix.os }}"
125+
if: ${{ false }} # disable for now, since there are no pre-rel Python versions.
125126
runs-on: ${{ matrix.os }}
126127
strategy:
127128
matrix:

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- "3.7"
3636
- "3.8"
3737
- "3.9"
38-
- "3.10.0-rc.2"
38+
- "3.10"
3939
- "pypy3"
4040
exclude:
4141
# Windows PyPy doesn't seem to work?

0 commit comments

Comments
 (0)