summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
diff options
context:
space:
mode:
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::