diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-16 08:08:04 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-27 04:55:32 -0500 |
commit | 7be9d2f3876ccdce654220895f25b81dcc9caedc (patch) | |
tree | 6b854b60baddc9e6637453cb7d10daba7d75652b /README.rst | |
parent | 00da68ef1a0b4d43c003babae0cb8f91beaf06d2 (diff) | |
download | python-coveragepy-git-7be9d2f3876ccdce654220895f25b81dcc9caedc.tar.gz |
build: GitHub Actions now has 3.11.0a4
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.7 through 3.11. +* CPython 3.7 through 3.11.0a4. * PyPy3 7.3.7. Documentation is on `Read the Docs`_. Code repository and issue tracker are on |