From c5faab4caa77c4f5b16f9a411c79c5b7a2e98753 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 29 Feb 2020 09:19:15 +0100 Subject: [PATCH] Remove section related to Python 2 support We no longer support Python 2, nor maintain 1.9.X any longer. Close #3431 --- doc/faq.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index 46cf260c5..953e3776d 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -50,16 +50,7 @@ supported. 2.4 What versions of Python is Pylint supporting? -------------------------------------------------- -Since Pylint 2.X, the supported running environment is Python 3.5+. - -That is, Pylint 2.X is still able to analyze Python 2 files, but some -specific checks might not work, as they would assume that their running -environment was Python 2. - -If you need to run pylint with Python 2, then Pylint 1.8 or 1.9 is for you. -We will still do backports of bug fixes, and possibly for various Python 3 -compatibility checks, at least until 2020, after which we'll stop support -Python 2 altogether. +The supported running environment since Pylint 2.X is Python 3.5+. 3. Running Pylint