diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-12 10:47:39 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-12 10:47:39 -0500 |
| commit | 7b5e5d6d7a8465300b777cbc52177f707b79fcc8 (patch) | |
| tree | 4fa8e249be92d948b545bfb3e9d3a7ff843c47fc | |
| parent | ebcd57eb1eed10e6fc4b7e47bb4859158633ba45 (diff) | |
| download | python-coveragepy-git-7b5e5d6d7a8465300b777cbc52177f707b79fcc8.tar.gz | |
Might as well keep this accurate
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
