aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development.rst')
-rw-r--r--docs/development.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 107970d..7140ef6 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -80,12 +80,12 @@ execute *tox*:
$ tox
Please note that the above runs unit tests on all major versions of Python available on your
-OS (3.7, 3.8, 3.9). To limit execution to only specific version of Python Interpreter,
+OS (3.8, 3.9). To limit execution to only specific version of Python Interpreter,
use the following example:
.. code:: shell
- $ tox -e py37
+ $ tox -e py38
Integration testing
-------------------