summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2017-06-24 16:49:36 +0200
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2017-06-24 09:49:36 -0500
commit4709bf5105078a345fd145d68d39c44a9b6d3a30 (patch)
tree13e9c02ebcd7e36b5073cc16f45f4d59d51446c1
parent8baf19d9b7d0ebe31ae79017480752d26fde088a (diff)
downloadpyflakes-4709bf5105078a345fd145d68d39c44a9b6d3a30.tar.gz
Support for Python 3.6? (#281)
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index aeb15f9..10914b9 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.
It is `available on PyPI <https://pypi.python.org/pypi/pyflakes>`_
-and it supports all active versions of Python from 2.5 to 3.5.
+and it supports all active versions of Python from 2.5 to 3.6.