drop support for python 3.7
This commit is contained in:
parent
9659b11a45
commit
2e8fe7b2f2
14 changed files with 19 additions and 40 deletions
|
|
@ -18,7 +18,7 @@ classifiers = [
|
|||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"Werkzeug>=2.2.2",
|
||||
"Jinja2>=3.0",
|
||||
|
|
@ -67,7 +67,7 @@ source = ["flask", "tests"]
|
|||
source = ["src", "*/site-packages"]
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.7"
|
||||
python_version = "3.8"
|
||||
files = ["src/flask"]
|
||||
show_error_codes = true
|
||||
pretty = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue