summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-21 08:10:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-21 08:10:11 -0400
commitbfaf927664dade0a79b7c6bc16dde8b9bd33568a (patch)
treeb0348c03c6a46f0fdfbd5eec3da6e3556f657ab6 /README.rst
parent15a5dd52d794ae8186097db1e93b305e5c4b616c (diff)
downloadpython-coveragepy-bfaf927664dade0a79b7c6bc16dde8b9bd33568a.tar.gz
Getting ready for 4.1 final
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 97aca07..8cb52b4 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.
-Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 and 3.5; PyPy 4.0 and 5.1;
+Coverage.py runs on CPython 2.6, 2.7, and 3.3 through 3.6; PyPy 4.0 and 5.1;
and PyPy3 2.4.
Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.