-
Notifications
You must be signed in to change notification settings - Fork 66
Drop python 3.5 and 3.6 & correct changelog #109
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
Drop python 3.5 and 3.6 & correct changelog #109
Conversation
… django 3.2 support.
Looks good, this is also nice. https://adamj.eu/tech/2022/01/11/removing-python-3.6-support-from-my-packages/ Please add python_requires in setup.cfg as well? |
@vinitkumar i was keeping this change simple & planning to bring in pre-commit with python & Django upgrade. Hopefully following that I'll have addressed the python requires option. |
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
=======================================
Coverage 96.71% 96.71%
=======================================
Files 6 6
Lines 213 213
Branches 44 44
=======================================
Hits 206 206
Misses 4 4
Partials 3 3 Continue to review full report at Codecov.
|
@vinitkumar I've added |
Drop python 3.5 and 3.6 & correct changelog to reflect the unreleased django 3.2 support.