Update supported versions of Python, Django, Flask#69
Merged
jwhitlock merged 18 commits intomozilla-services:mainfrom Jul 12, 2022
Merged
Update supported versions of Python, Django, Flask#69jwhitlock merged 18 commits intomozilla-services:mainfrom
jwhitlock merged 18 commits intomozilla-services:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #69 +/- ##
=======================================
Coverage 97.81% 97.81%
=======================================
Files 19 19
Lines 594 594
Branches 93 97 +4
=======================================
Hits 581 581
Misses 9 9
Partials 4 4
Continue to review full report at Codecov.
|
There is no 0.11.x bugfix branch in pallets/flask, so probably unsupported.
Extended support ended April 2022
Extended support ended April 2021
Supported by Django 3.2.9 and 4.0.
Django 3.2 LTS is supported until April 2024.
Extended support ended December 2021.
0a30203 to
1d43c9f
Compare
Sanic 19.12 support ended, probably December 2021.
Python 3.6 reached end-of-life on 2021-12-23, according to PEP 494
1d43c9f to
7defc35
Compare
Flask 1.1 was previously tested as Flask 1.0.
7defc35 to
605f08a
Compare
Member
Author
|
OK, the changes are ready for review, and the build is back to green. Additional changes to fix linting:
Additional cleanup:
I added issue #70 to track adding support for newer Sanic versions, which may be tricky. |
This was referenced Jul 12, 2022
Closed
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses issue #68, updating versions of Python, Django, Flask,
and Sanicto current versions:21, and 22Checklist:
Add Sanic 21- Larger change, tracked in issue Support Sanic 21 and later #70Add Sanic 22- Larger change, tracked in issue Support Sanic 21 and later #70