summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/testsuite.yml2
-rw-r--r--README.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 5e67fe3c..c02eed98 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-beta.1"
+ - "3.11.0-beta.3"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 16d518a5..cfb32db3 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -42,7 +42,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-beta.1"
+ - "3.11.0-beta.3"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?
diff --git a/README.rst b/README.rst
index d5195db9..052bca7d 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ Coverage.py runs on these versions of Python:
.. PYVERSIONS
-* CPython 3.7 through 3.11.0b1.
+* CPython 3.7 through 3.11.0b3.
* PyPy3 7.3.8.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on