diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-29 12:28:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-29 12:28:44 -0400 |
commit | 0954c85fdd02a7f6d86cddca5867c6e351d7f6f4 (patch) | |
tree | 3b7892ea07b217f54e3c27597e1896935cd01095 /README.rst | |
parent | 95195b13f631a13ccd89bb4531424749f53fe518 (diff) | |
download | python-coveragepy-git-0954c85fdd02a7f6d86cddca5867c6e351d7f6f4.tar.gz |
build: prep for 6.5.0
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.7 through 3.11.0 rc1. +* CPython 3.7 through 3.11.0 rc2. * PyPy3 7.3.8. Documentation is on `Read the Docs`_. Code repository and issue tracker are on |