-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Support Django 4.1, 4.2 and Python 3.11 #485
Support Django 4.1, 4.2 and Python 3.11 #485
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #485 +/- ##
=======================================
Coverage 91.12% 91.12%
=======================================
Files 19 19
Lines 856 856
Branches 144 150 +6
=======================================
Hits 780 780
Misses 41 41
Partials 35 35 ☔ View full report in Codecov by Sentry. |
@Archmonger If you could review that would be great. The project settings will need to be updated so that Python 3.7 is no longer required, and Python 3.11 is set to be required. |
Will review soon, but unfortunately I cannot change the GitHub test requirements. We'll have to wait until Janis transfers us out of Jazzband. |
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.
LGTM. Unfortunately can't merge until the jazzband situation gets addressed.
for more information, see https://pre-commit.ci
…ngo-4.1,4.2-py-3.11 # Conflicts: # tox.ini
CI
Closes #486
Description
Drop support for Python 3.7 (end of life in 1 month)Had to back out due to Transfer Out: django-dbbackup help#336isort
precommit version to fix CI error