-
-
Notifications
You must be signed in to change notification settings - Fork 108
Drop Python 3.8 and Django 5.0, add Python 3.13 and Django 5.10, update old code and fix tests #171
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
Conversation
Also added the missing Django 5.2 classifier to `setup.py`.
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.
I'm not a huge fan of dropping support for Django 5.0 before it has actually reached EOL, but since I think it's very unlikely that any changes will be made to that version that we will have to accommodate in the next 2 months, it's fine 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #171 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 400 400
Branches 68 54 -14
=========================================
Hits 400 400 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Anders <[email protected]>
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.
Fantastic! Really appreciate that you took the initiative to make these changes, including adding the two very useful pre-commit hooks 😄
This PR:
RequestFactory
headers