Skip to content

Commit

Permalink
Update versions (#303)
Browse files Browse the repository at this point in the history
* Python 3.7 is supported (#273)

* Update classifiers
  • Loading branch information
hugovk authored and myint committed Mar 25, 2018
1 parent a13dbe6 commit c2742b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
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: 2.7 and 3.4 to 3.6.
and it supports all active versions of Python: 2.7 and 3.4 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
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -57,6 +57,7 @@ def get_long_description():
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development",
Expand Down

0 comments on commit c2742b6

Please sign in to comment.