diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-02 22:05:31 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-02 22:05:31 -0400 |
| commit | e179cf6d4abffe56ef04b07202865363f53bb814 (patch) | |
| tree | a96e228cf9cc33824aaee23cf0e9380e031da9f6 /doc/index.rst | |
| parent | 5a995166b2215ebb14273715e189fbfb8d4b75c0 (diff) | |
| download | python-coveragepy-git-e179cf6d4abffe56ef04b07202865363f53bb814.tar.gz | |
build: prep for 6.0 release
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 13c25ca1..2b4a6a45 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,14 +16,14 @@ not. The latest version is coverage.py |release|, released |release_date|. It is supported on: -* Python versions 3.6, 3.7, 3.8, 3.9, and 3.10 alpha. +* Python versions 3.6 through 3.10. * PyPy3 7.3.3. .. ifconfig:: prerelease **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 5.5, `described here`_. + apply.** The latest stable version is coverage.py 6.0, `described here`_. .. _described here: http://coverage.readthedocs.io/ |
