summaryrefslogtreecommitdiff
path: root/.github/workflows/testsuite.yml
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 /.github/workflows/testsuite.yml
parentfb21f8e8f33e9737b2e7f237d203773cda1c6567 (diff)
downloadpython-coveragepy-git-62116801c3ae2f7bfc6302836e46bdfac681c1a5.tar.gz
build: 3.10.0 is out
Diffstat (limited to '.github/workflows/testsuite.yml')
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 1 insertions, 1 deletions
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?