We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb21f8e commit 6211680Copy full SHA for 6211680
.github/workflows/coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
- "3.7"
38
- "3.8"
39
- "3.9"
40
- - "3.10.0-rc.2"
+ - "3.10"
41
- "pypy3"
42
exclude:
43
# Windows PyPy doesn't seem to work?
.github/workflows/kit.yml
@@ -122,6 +122,7 @@ jobs:
122
123
prerel:
124
name: "Build ${{ matrix.python-version }} wheels on ${{ matrix.os }}"
125
+ if: ${{ false }} # disable for now, since there are no pre-rel Python versions.
126
runs-on: ${{ matrix.os }}
127
strategy:
128
matrix:
.github/workflows/testsuite.yml
@@ -35,7 +35,7 @@ jobs:
35
36
0 commit comments