summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-12-01 11:35:19 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-11 09:39:49 +0100
commitb35166f35b0be1aa85ad0789ab265e655dd6c1e7 (patch)
treec09e8a427dec03a0cef82ba7da57389661ccc39a /doc/faq.rst
parentbf1aa0c6bbdbc64c1da01f43c564aad3984468e0 (diff)
downloadpylint-git-b35166f35b0be1aa85ad0789ab265e655dd6c1e7.tar.gz
Drop support for EOL Python 3.3
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 0c65bf66f..e99328ad3 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -50,7 +50,7 @@ it is also working on PyPy.
2.4 What versions of Python is Pylint supporting?
--------------------------------------------------
-Since Pylint 1.4, we support only Python 2.7+ and Python 3.3+. If code
+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