summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-02 06:44:32 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-12 08:00:04 -0400
commit956f0fde6178100925e79d5d894e531e2a73ec2f (patch)
treed21dff59c7f44614fcb4c9917efca8a0d5f8bd29 /README.rst
parent9097c0dd319d370925a8a4f65da89e19c8cddd65 (diff)
downloadpython-coveragepy-git-956f0fde6178100925e79d5d894e531e2a73ec2f.tar.gz
fix: fix compilation errors on latest 3.11.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 06e6d93b..d5195db9 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.0a5.
+* CPython 3.7 through 3.11.0b1.
* PyPy3 7.3.8.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on