summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-01-25 13:00:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-01-25 13:58:19 -0500
commitc34567354af2af87d78b32e2fc452c41aca85995 (patch)
tree9d123efdec74c5b59cba36a3e60b0273b7aebc88 /README.rst
parent4f3590db002d7fd3e45d6f0b904afadbd68821a7 (diff)
downloadpython-coveragepy-git-c34567354af2af87d78b32e2fc452c41aca85995.tar.gz
3.9.0a3
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 a811a049..f20661a2 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,7 @@ 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 2.
+* CPython 3.5 through 3.9 alpha 3.
* PyPy2 7.0 and PyPy3 7.0.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on