diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-02 06:44:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-12 08:00:04 -0400 |
commit | 956f0fde6178100925e79d5d894e531e2a73ec2f (patch) | |
tree | d21dff59c7f44614fcb4c9917efca8a0d5f8bd29 /doc | |
parent | 9097c0dd319d370925a8a4f65da89e19c8cddd65 (diff) | |
download | python-coveragepy-git-956f0fde6178100925e79d5d894e531e2a73ec2f.tar.gz |
fix: fix compilation errors on latest 3.11.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index d296fc9c..bbfe4809 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.11.0a5. +* Python versions 3.7 through 3.11.0b1. * PyPy3 7.3.8. |