summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-11-25 16:35:46 +0100
committerGitHub <noreply@github.com>2021-11-25 16:35:46 +0100
commita9c1017929e586173dfb907315793727e7eb0389 (patch)
tree4f04f6a0a4caf2b03816a12d5088582ca521351a /README.rst
parent1f7f2e96c39ee89ee9fb18ab23f3dfbb9325c870 (diff)
downloadpylint-git-a9c1017929e586173dfb907315793727e7eb0389.tar.gz
Require Python 3.6.2 (#5068)
* Bump python_requires to >= 3.6.2 * Import typing names directly * Use typing.NamedTuple for MessageTest * Add default value to MessageStyle * Revert "Add an exception at install for python < 3.6.2 (#5171)" This reverts commit 37e330cadd12800b484ef89cd599dcb06f1ba539. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
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 388a974cc..32871e01c 100644
--- a/README.rst
+++ b/README.rst
@@ -75,7 +75,7 @@ Pylint can be simply installed by running::
pip install pylint
-If you are using Python 3.6+, upgrade to get full support for your version::
+If you are using Python 3.6.2+, upgrade to get full support for your version::
pip install pylint --upgrade