Drop Python 3.8 support
This addresses a failure in the `py38-dev` tests caused by markupsafe recently dropping Python 3.8 support. Changed in this commit: * Drop Python 3.8 support * Update CI and tox testing * Update docs references to Python 3.8 * Remove a Windows / Python 3.8 admonition in the docs * Address type annotations * Incorporate style fixes Still to do: * `src/flask/sessions.py` contains these comments: > TODO generic when Python > 3.8 This TODO should now be unblocked.
This commit is contained in:
parent
dffe303482
commit
5796f50315
9 changed files with 22 additions and 29 deletions
|
|
@ -5,7 +5,7 @@ Installation
|
|||
Python Version
|
||||
--------------
|
||||
|
||||
We recommend using the latest version of Python. Flask supports Python 3.8 and newer.
|
||||
We recommend using the latest version of Python. Flask supports Python 3.9 and newer.
|
||||
|
||||
|
||||
Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue