summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-13 19:30:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-13 19:30:10 -0400
commita462893ecb747b8d1a6e877e5cac083d53254df1 (patch)
tree8160226e90c3cf7880cb67fb90e2900abb136155 /.github
parent2217e0f148d2cde511aab72dca7833ff0d06f266 (diff)
downloadpython-coveragepy-git-a462893ecb747b8d1a6e877e5cac083d53254df1.tar.gz
build: bump to 3.11.0-rc.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/testsuite.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 687bede9..12d7e01b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -46,7 +46,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-rc.1"
+ - "3.11.0-rc.2"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 06ea8944..bee7d6b4 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -46,7 +46,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-rc.1"
+ - "3.11.0-rc.2"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?