Skip to content

Commit

Permalink
Python 3.7 is supported (PyCQA#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 11, 2017
1 parent 8a1feac commit 00c4ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 from 2.5 to 3.7.



Expand All @@ -32,7 +32,7 @@ Useful tips:

* If you require more options and more flexibility, you could give a
look to Flake8_ too.


Design Principles
-----------------
Expand Down

0 comments on commit 00c4ff3

Please sign in to comment.