summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-03-25 23:07:33 +0300
committerSteven Myint <git@stevenmyint.com>2018-03-25 13:07:33 -0700
commita13dbe6652f2635b1a7e094a8eb8d27aec3f6c3f (patch)
tree21eda92b0d10f10624a8bf61683364289d1e0ee1 /README.rst
parenta440c2022e0c20941fda4d2d48d2e8274a837b78 (diff)
downloadpyflakes-a13dbe6652f2635b1a7e094a8eb8d27aec3f6c3f.tar.gz
Drop support for EOL Python <2.7 and 3.2-3.3 (#322)
* Ignore JetBrains/PyCharm project files * Drop support for EOL Python <2.7, 3.2-3.3 * Replace function call with set literal * Drop pypy3.3-5.2-alpha1 as it's based on EOL Python 3.3.5 * PY32 and PY33 are now essentially equal to PY2 * Upgrade pypy3-2.4.0 (Python 3.2.5) to pypy3-v5.10.0 (Python 3.5.3) * Comment out failing pypy3-v5.10.0 until pypy3-v5.10.1 is released * Revert "Ignore JetBrains/PyCharm project files" This reverts commit 99f1d967e5968f93175f70fb04ea8bc34e96d600.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 45f0ab8..6699b4c 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.6.
+and it supports all active versions of Python: 2.7 and 3.4 to 3.6.