summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-16 10:00:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-16 10:00:52 -0400
commit007c6168070523e04389ac97457de2969ba0c727 (patch)
tree25c360e0b27e7532e5e0e47a06af1e613cd04655 /.github
parent66ddb0b6b44a9da1e793cd55cb5430254a2ff761 (diff)
downloadpython-coveragepy-git-007c6168070523e04389ac97457de2969ba0c727.tar.gz
build: update 3.11 references to rc1
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 88af417b..e003cf7d 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-beta.5"
+ - "3.11.0-rc.1"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index e70032e5..b577120c 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-beta.5"
+ - "3.11.0-rc.1"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?