summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-12 15:40:40 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-15 14:34:46 +0100
commit005cf2f317144f6503cfc8d00fbe6a201d0a8b8f (patch)
tree3f3943514f263d85e96e5952ae3f220878462460 /doc
parentfada206eef6349280c45b27e48b62c1c309c89c6 (diff)
downloadpylint-git-005cf2f317144f6503cfc8d00fbe6a201d0a8b8f.tar.gz
Drop support for Python 3.5 to fix typing
* Variable annotation (PEP 526) requires Python 3.6
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 5d797839b..86f1e44e9 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -50,7 +50,7 @@ supported.
2.4 What versions of Python is Pylint supporting?
--------------------------------------------------
-The supported running environment since Pylint 2.X is Python 3.5+.
+The supported running environment since Pylint 2.X is Python 3.6+.
3. Running Pylint