summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-12 10:47:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-12 10:47:39 -0500
commit7b5e5d6d7a8465300b777cbc52177f707b79fcc8 (patch)
tree4fa8e249be92d948b545bfb3e9d3a7ff843c47fc
parentebcd57eb1eed10e6fc4b7e47bb4859158633ba45 (diff)
downloadpython-coveragepy-git-7b5e5d6d7a8465300b777cbc52177f707b79fcc8.tar.gz
Might as well keep this accurate
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f13df269..cad4d843 100644
--- a/README.rst
+++ b/README.rst
@@ -37,7 +37,7 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:
* CPython 2.6, 2.7 and 3.3 through pre-alpha 3.8.
-* PyPy2 5.10 and PyPy3 5.10.
+* PyPy2 6.0 and PyPy3 6.0.
* Jython 2.7.1, though not for reporting.
* IronPython 2.7.7, though not for reporting.