summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?