diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 12:12:02 -0500 |
| commit | 39f8f3ed43cf82cdf30b57d7f9624addcbd9e372 (patch) | |
| tree | 8a217a88ce2c1a52c53d6901aa88a44f9fe287d7 /doc | |
| parent | c2773105682ee01b5ebfe5d29e86a9634d02b053 (diff) | |
| download | python-coveragepy-git-39f8f3ed43cf82cdf30b57d7f9624addcbd9e372.tar.gz | |
build: drop Python 3.6 support
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.rst | 4 | ||||
| -rw-r--r-- | doc/index.rst | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index 1ccb4061..653e2a69 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -37,7 +37,9 @@ The coverage.py code is hosted on a GitHub repository at https://github.com/nedbat/coveragepy. To get a working environment, follow these steps: -#. (Optional, but recommended) Create a Python 3.8 virtualenv to work in, +.. minimum of PYVERSIONS: + +#. (Optional, but recommended) Create a Python 3.7 virtualenv to work in, and activate it. #. Clone the repository:: diff --git a/doc/index.rst b/doc/index.rst index 3c29f51d..9661797b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,7 +16,9 @@ not. The latest version is coverage.py |release|, released |release_date|. It is supported on: -* Python versions 3.6 through 3.11. +.. PYVERSIONS + +* Python versions 3.7 through 3.11. * PyPy3 7.3.7. |
