diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-01 18:03:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-02 07:38:15 -0400 |
commit | 236bc9317d208b24b418c9c167f22410613f4ade (patch) | |
tree | d754e917666018ff32d6790a6d0fc09015da3ee1 /doc/index.rst | |
parent | 767a3de326cf438d4731cfddb3e58e6cba3fb5e1 (diff) | |
download | python-coveragepy-git-236bc9317d208b24b418c9c167f22410613f4ade.tar.gz |
docs: update Python versions supported
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index 63ac1d9c..a06ad1b6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,9 +16,9 @@ not. The latest version is coverage.py |release|, released |release_date|. It is supported on: -* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 alpha. +* Python versions 3.6, 3.7, 3.8, 3.9, and 3.10 alpha. -* PyPy2 7.3.3 and PyPy3 7.3.3. +* PyPy3 7.3.3. .. ifconfig:: prerelease |