Skip to content

Commit c2742b6

Browse files
hugovkmyint
authored andcommitted
Update versions (#303)
* Python 3.7 is supported (#273) * Update classifiers
1 parent a13dbe6 commit c2742b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on
99
modules with side effects. It's also much faster.
1010

1111
It is `available on PyPI <https://pypi.python.org/pypi/pyflakes>`_
12-
and it supports all active versions of Python: 2.7 and 3.4 to 3.6.
12+
and it supports all active versions of Python: 2.7 and 3.4 to 3.7.
1313

1414

1515

@@ -32,7 +32,7 @@ Useful tips:
3232

3333
* If you require more options and more flexibility, you could give a
3434
look to Flake8_ too.
35-
35+
3636

3737
Design Principles
3838
-----------------

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def get_long_description():
5757
"Programming Language :: Python :: 3.4",
5858
"Programming Language :: Python :: 3.5",
5959
"Programming Language :: Python :: 3.6",
60+
"Programming Language :: Python :: 3.7",
6061
"Programming Language :: Python :: Implementation :: CPython",
6162
"Programming Language :: Python :: Implementation :: PyPy",
6263
"Topic :: Software Development",

0 commit comments

Comments
 (0)