drop Python 3.6

This commit is contained in:
David Lord 2021-11-11 16:11:43 -08:00
parent 3c36d043e5
commit e609dddd60
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
9 changed files with 11 additions and 33 deletions

View file

@ -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