From a9c1017929e586173dfb907315793727e7eb0389 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 25 Nov 2021 16:35:46 +0100 Subject: 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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 -- cgit v1.2.1