diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
commit | 4d38f23251046ec48a73cd1db5773a68d58130e5 (patch) | |
tree | 882dee1ba4d7811dd006cf7fad81835d978a05e2 /doc/contributing.rst | |
parent | c2773105682ee01b5ebfe5d29e86a9634d02b053 (diff) | |
download | python-coveragepy-git-nedbat/drop-36.tar.gz |
build: drop Python 3.6 supportnedbat/drop-36
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 4 |
1 files changed, 3 insertions, 1 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:: |