mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
require python>=3.7
This commit is contained in:
parent
6027577d32
commit
e94fb10940
76 changed files with 337 additions and 263 deletions
|
|
@ -20,7 +20,6 @@ classifiers =
|
|||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
|
|
@ -43,7 +42,7 @@ install_requires =
|
|||
pycodestyle>=2.9.0,<2.10.0
|
||||
pyflakes>=2.5.0,<2.6.0
|
||||
importlib-metadata>=1.1.0,<4.3;python_version<"3.8"
|
||||
python_requires = >=3.6.1
|
||||
python_requires = >=3.7
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue