summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-31 09:17:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-31 12:12:02 -0500
commit39f8f3ed43cf82cdf30b57d7f9624addcbd9e372 (patch)
tree8a217a88ce2c1a52c53d6901aa88a44f9fe287d7 /doc/contributing.rst
parentc2773105682ee01b5ebfe5d29e86a9634d02b053 (diff)
downloadpython-coveragepy-git-39f8f3ed43cf82cdf30b57d7f9624addcbd9e372.tar.gz
build: drop Python 3.6 support
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst4
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::