-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update supported versions of Python, Django, Flask #69
Update supported versions of Python, Django, Flask #69
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks sound 💯
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