summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-18 15:27:17 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-18 15:27:17 -0500
commit52b5680543d5da45b1bb0356d7538724acebd237 (patch)
tree80edb8c15267a921cdbbb638630da9f83834bb7e /README.rst
parentbe5f556a2fef3921b9173d3ccf1b3f3220c795ec (diff)
downloadpython-coveragepy-git-52b5680543d5da45b1bb0356d7538724acebd237.tar.gz
docs: prep for 7.0.0
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 a5d11aa8..8a99b01a 100644
--- a/README.rst
+++ b/README.rst
@@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python:
.. PYVERSIONS
-* CPython 3.7 through 3.12.0a2
+* CPython 3.7 through 3.12.0a3
* PyPy3 7.3.9.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on