summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-11 15:22:18 +0200
committerGitHub <noreply@github.com>2022-04-11 15:22:18 +0200
commitdfd23f61d5da4d8531a10f0d829ab5b05bce292e (patch)
tree051e2bf55ba46bd0d295fa3a91a7eeac6f9a5155 /README.rst
parent06f67b760420987c7a03f62684e1c6128e173f7a (diff)
downloadpylint-git-dfd23f61d5da4d8531a10f0d829ab5b05bce292e.tar.gz
Require python ``3.7.2+`` (#5921)
* Remove env from tox * Add changelog
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9e4da34d8..aef1e34f1 100644
--- a/README.rst
+++ b/README.rst
@@ -74,7 +74,7 @@ Pylint can be simply installed by running::
pip install pylint
-If you are using Python 3.6.2+, upgrade to get full support for your version::
+If you are using Python 3.7.2+, upgrade to get full support for your version::
pip install pylint --upgrade