summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-10 07:39:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-10 18:45:37 -0500
commit9765493020e6292599e272978a25935dd4d0fa88 (patch)
tree059c5310f84fe88f87a58ca9db6a11c2e3dca014 /README.rst
parentdfa97742b62f83b5c892e5de78a3ef1a97ee8a27 (diff)
downloadpython-coveragepy-git-9765493020e6292599e272978a25935dd4d0fa88.tar.gz
fix: CPython 3.11 support. #1241
The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270
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 e34a2dce..777bbb98 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on these versions of Python:
-* CPython 3.6 through 3.10.
+* CPython 3.6 through 3.11.
* PyPy3 7.3.7.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on