-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Updated support Python and Django versions #125
Conversation
Codecov Report
@@ Coverage Diff @@
## master #125 +/- ##
==========================================
+ Coverage 88.92% 89.28% +0.35%
==========================================
Files 10 10
Lines 280 280
Branches 31 31
==========================================
+ Hits 249 250 +1
+ Misses 23 22 -1
Partials 8 8
Continue to review full report at Codecov.
|
There is a chance that some of this overlaps with #126 😬 |
It is ok. I can re-work this once your pr is merged. |
😬 not sure we we were going to merge this quite so quickly. |
@smithdc1 I'm sorry, I misread, I thought you wanted this merged before the github actions PR 😢 Should I revert this one in master? |
Sorry for any confusion. I'm not sure what @jezdez would prefer from here. I'm busy for the next few hours but I'm happy to try and raise a pr to his branch to fix the merge conflicts? (I've not looked, but I'm expecting there will be a fair amount). |
No problem, I'll rebase my PR with the current master. Thanks all! |
Description
Added support for Python 3.9 and Django 3.1. Support for Python 3.5 has been removed in line with other Jazzband projects.
How Has This Been Tested?
Run tox locally, all tests pass. Also tested with warnings to identify and deprecation warnings. Two items highlighted were removal or
url()
and thedjango-admin.py
entry point.Types of changes
Checklist: