-
-
Notifications
You must be signed in to change notification settings - Fork 794
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 support for Django versions below 4.2 #1455
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1455 +/- ##
==========================================
- Coverage 97.34% 97.32% -0.03%
==========================================
Files 32 32
Lines 2112 2128 +16
==========================================
+ Hits 2056 2071 +15
- Misses 56 57 +1 ☔ View full report in Codecov by Sentry. |
@n2ygk please review and merge. I have no idea why codecov is failing. Let's make CI lean and clean. |
Yeah codecov keeps misreporting that tiny delta but it's unclear why. Luckily it done's block accepting the PR. |
75c28f8
to
2e2af76
Compare
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.
Nice work! Thanks for simplifying the workfliws.
One question regarding python 3.8, 3.9 needs to be resolved.
Description of the Change
Django versions below 4.2 are no longer supported, so this PR removes mentions and CI for these versions.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS