summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-05 06:43:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-05 06:45:55 -0400
commit62116801c3ae2f7bfc6302836e46bdfac681c1a5 (patch)
tree38b6c3cd6aa3f9ae2978d1cc9d15edf345cc586a
parentfb21f8e8f33e9737b2e7f237d203773cda1c6567 (diff)
downloadpython-coveragepy-git-62116801c3ae2f7bfc6302836e46bdfac681c1a5.tar.gz
build: 3.10.0 is out
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/kit.yml1
-rw-r--r--.github/workflows/testsuite.yml2
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 5686493e..c305477b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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?
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 726cefac..c6b9e43d 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -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:
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 49df01e6..6b0de1b3 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -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?