Remove section related to Python 2 support

We no longer support Python 2, nor maintain 1.9.X any longer.

Close #3431
This commit is contained in:
Claudiu Popa 2020-02-29 09:19:15 +01:00
parent 36dcfa879c
commit c5faab4caa

View File

@ -50,16 +50,7 @@ supported.
2.4 What versions of Python is Pylint supporting? 2.4 What versions of Python is Pylint supporting?
-------------------------------------------------- --------------------------------------------------
Since Pylint 2.X, the supported running environment is Python 3.5+. The supported running environment since Pylint 2.X 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.
3. Running Pylint 3. Running Pylint