diff --git a/docs/development.rst b/docs/development.rst index cf10ddfcc05c13afc1e6680e9a7c5660a0696bfb..003ffad96c2e059689403a4f34be6ef5ee4bc9f8 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -28,7 +28,7 @@ tailored for a GNU/Linux system. Before proceeding, ensure you have the following system-wide packages installed: -- `Python, version 3.5+ `_. +- `Python, version 3.8+ `_. - `virtualenvwrapper `_. With those in place, do the following: @@ -131,7 +131,7 @@ Tests can also be run using `tox `_: tox -l # Run tests against specific Python version. - tox -e py35 + tox -e py38 # Run documentation and linting tests only. tox -e doc,lint