diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-20 18:03:14 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-20 18:03:14 -0500 |
commit | 65bf33fc03209ffb01bbbc0d900017614645ee7a (patch) | |
tree | 35d9904ce6aff01bd6f36d6124e6800268ba05dc | |
parent | c15fa53592cac53a7fbb36102c74027270d72d43 (diff) | |
download | python-coveragepy-git-65bf33fc03209ffb01bbbc0d900017614645ee7a.tar.gz |
docs: oops, we're up to 3.11.0a5
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.7 through 3.11.0a4. +* CPython 3.7 through 3.11.0a5. * PyPy3 7.3.8. Documentation is on `Read the Docs`_. Code repository and issue tracker are on diff --git a/doc/index.rst b/doc/index.rst index 7b9c94e2..d296fc9c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.11.0a4. +* Python versions 3.7 through 3.11.0a5. * PyPy3 7.3.8. |