summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-02-29 09:19:15 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2020-02-29 09:19:15 +0100
commitc5faab4caa77c4f5b16f9a411c79c5b7a2e98753 (patch)
treec70ba9088852cbd67b299fbf6b969736d1f761f6 /doc
parent36dcfa879ce38bd4ff489cb04c093db24770c30f (diff)
downloadpylint-git-c5faab4caa77c4f5b16f9a411c79c5b7a2e98753.tar.gz
Remove section related to Python 2 support
We no longer support Python 2, nor maintain 1.9.X any longer. Close #3431
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.rst11
1 files changed, 1 insertions, 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