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
commit0a4ca6ff8dbcd1e43645b93db9e20487581359a1 (patch)
tree44bb6787f03fa7614a782d5d7cb95cdca6390185 /README.rst
parent00f15ba0a5731aa1b1ef0db85608a45f78a3f160 (diff)
downloadpython-coveragepy-git-0a4ca6ff8dbcd1e43645b93db9e20487581359a1.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 97aca07e..8cb52b40 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>`_.