summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:47:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:49:48 +0200
commit927db96bbd343a61428faa0249fdeec58cfb3ebe (patch)
tree7604004ed6c2dc86c0c937fe28274e2248e8e195 /doc/faq.rst
parenta913613257c9d14245a780695c113400c862cae3 (diff)
downloadpylint-git-927db96bbd343a61428faa0249fdeec58cfb3ebe.tar.gz
Dropped support for Python 3.4
It reached EoL a while ago an our typed_ast dependency also stopped working for 3.4. Ideally just use a more recent Python version, which also helps us as we don't have to maintain support for multiple minor versions at once.
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 30d4a7d26..46cf260c5 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -50,9 +50,9 @@ supported.
2.4 What versions of Python is Pylint supporting?
--------------------------------------------------
-Since Pylint 2.0, the supported running environment is Python 3.4+.
+Since Pylint 2.X, the supported running environment is Python 3.5+.
-That is, Pylint 2.0 is still able to analyze Python 2 files, but some
+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.