summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-03-16 16:41:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-03-16 16:41:35 -0400
commitd10f4b1f87caadf9e93100ec614bbe247346556e (patch)
treea49f2abe68ef0c338e5ab3df15913289f591dd99 /README.rst
parentb774e2799c650e069c3c1adcbe9a11784166bcd7 (diff)
downloadpython-coveragepy-git-d10f4b1f87caadf9e93100ec614bbe247346556e.tar.gz
Correct the readmecoverage-5.0.4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f20661a2..4534bc92 100644
--- a/README.rst
+++ b/README.rst
@@ -20,8 +20,8 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:
* CPython 2.7.
-* CPython 3.5 through 3.9 alpha 3.
-* PyPy2 7.0 and PyPy3 7.0.
+* CPython 3.5 through 3.9 alpha 4.
+* PyPy2 7.3.0 and PyPy3 7.3.0.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
`GitHub`_.