summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-08-03 13:03:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-08-03 13:03:01 -0400
commitbdd9842239a79d62ddf7758073c7c2d25e31b162 (patch)
treebc05a3b3feafd430c371399a885041ca5bba4e19 /README.rst
parentabedc7f2292d0f81caebfbe8bea09cb28a7f679f (diff)
downloadpython-coveragepy-bdd9842239a79d62ddf7758073c7c2d25e31b162.tar.gz
Add support for PyPy3 5.2 alpha 1
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 25f3d3f..e50d07f 100644
--- a/README.rst
+++ b/README.rst
@@ -16,7 +16,7 @@ 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, and 3.3 through 3.6; PyPy 4.0 and 5.1;
-and PyPy3 2.4.
+and PyPy3 2.4 and 5.2.
Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,