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
commit90ecf09e3fc3f9c8950deba71fca699c7623edbf (patch)
treefe0be805116ffb62ad359fe272fe03cc503ba572 /README.rst
parentde35946f2db5ad862fe2bd7f89573a038b156a82 (diff)
downloadpython-coveragepy-git-90ecf09e3fc3f9c8950deba71fca699c7623edbf.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 25f3d3f0..e50d07f3 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>`_,