summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-02-21 11:46:46 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-02-21 11:46:46 +0100
commit04481735e10c8d4584447a6dba97df8653fc7ec5 (patch)
tree2ba17f5fd9705bd60c3904d80a9c84daf965f369 /doc/faq.rst
parentbd38d67ab5cba0d850c54753677c8f5f40b38004 (diff)
downloadpylint-git-04481735e10c8d4584447a6dba97df8653fc7ec5.tar.gz
Add documentation notes about the Python support
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index e99328ad3..fe6d602b2 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -50,13 +50,11 @@ it is also working on PyPy.
2.4 What versions of Python is Pylint supporting?
--------------------------------------------------
-Since Pylint 1.8, we support only Python 2.7 and Python 3.4+. If code
-uses new Python 3.6 syntax, minimal required version is Pylint 1.7.
-
-Using this strategy really helps in maintaining a code base compatible
-with both versions and from this benefits not only the maintainers,
-but the end users as well, because it's easier to add and test
-new features.
+Since Pylint 2.0, we support only Python 3.4+.
+If you need Python 2 support, then Pylint 1.8 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.
+If needed, we would also release another minor 1.9 release.
3. Running Pylint