summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-01 21:56:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-01 21:56:26 -0500
commit98841107f8d7c6de52d49b26ba586213dd321f95 (patch)
treeb9a998732e2b9f91af9298bc047cbb2b838a7c6d
parent8dc6cd0eb8688ebc88b05aba4891b2ff4011a78f (diff)
downloadpython-coveragepy-98841107f8d7c6de52d49b26ba586213dd321f95.tar.gz
Update PyPy in readme
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a895bde..66a8f5e 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,8 @@ 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 or 3.5, PyPy 2.6, and PyPy3 2.4.
+Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 and 3.5; PyPy 2.4, 2.6 and 4.0;
+and PyPy3 2.4.
Documentation is on `Read the Docs <http://coverage.readthedocs.org>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,