summaryrefslogtreecommitdiff
path: root/doc/installation.rst
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2014-12-15 18:03:02 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2014-12-15 18:03:02 +0200
commitfc0b272b5f520cdf0d54eb628dbf4cc860bc629f (patch)
tree420bf55a1a4c2a56e57f4ee9473ca50d97080d38 /doc/installation.rst
parent400f8b0fa0feca96007c66b63b85a3d793754b1b (diff)
downloadpylint-fc0b272b5f520cdf0d54eb628dbf4cc860bc629f.tar.gz
Add a note regarding the support of <=Python 2.6.
Closes issue #390.
Diffstat (limited to 'doc/installation.rst')
-rw-r--r--doc/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 10862a8..eca0fa3 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -5,7 +5,7 @@ Dependencies
''''''''''''
Pylint requires the latest `astroid`_ and `logilab-common`_
-packages. It should be compatible with any Python version >= 2.5.
+packages. It should be compatible with any Python version >= 2.7.
.. _`astroid`: https://bitbucket.org/logilab/astroid
.. _`logilab-common`: http://www.logilab.org/project/logilab-common