summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2020-05-11 19:58:14 -0700
committerGitHub <noreply@github.com>2020-05-11 19:58:14 -0700
commitcd261abfe4cf7fcdaac5cef657ae3a16205fa0d7 (patch)
tree6aecc6926005df525d963663c13b84603d73f70a /README.rst
parentda385d5d65c6f515ae0ca88338b0a2e7a5c19c9c (diff)
downloadpyflakes-cd261abfe4cf7fcdaac5cef657ae3a16205fa0d7.tar.gz
List Python 3.8 support (#541)
* Add Python 3.8 to Travis * Add Python 3.8 to Tox * Add Python 3.8 trove classifier * List Python 3.8 as supported in the README
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 ca802a8..fb13fdf 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.org/project/pyflakes/>`_
-and it supports all active versions of Python: 2.7 and 3.4 to 3.7.
+and it supports all active versions of Python: 2.7 and 3.4 to 3.8.