forked from orbit-oss/flask
drop Python 3.6
This commit is contained in:
parent
3c36d043e5
commit
e609dddd60
9 changed files with 11 additions and 33 deletions
|
|
@ -35,7 +35,7 @@ classifiers =
|
|||
packages = find:
|
||||
package_dir = = src
|
||||
include_package_data = true
|
||||
python_requires = >= 3.6
|
||||
python_requires = >= 3.7
|
||||
# Dependencies are in setup.py for GitHub's dependency graph.
|
||||
|
||||
[options.packages.find]
|
||||
|
|
@ -88,7 +88,7 @@ per-file-ignores =
|
|||
|
||||
[mypy]
|
||||
files = src/flask
|
||||
python_version = 3.6
|
||||
python_version = 3.7
|
||||
allow_redefinition = True
|
||||
disallow_subclassing_any = True
|
||||
# disallow_untyped_calls = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue