chore: Add supported Django versions to classifiers in v5.4.x#898
Merged
nijel merged 4 commits intopython-social-auth:maint/5.4.xfrom Feb 5, 2026
Conversation
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## maint/5.4.x #898 +/- ##
==============================================
Coverage ? 91.73%
==============================================
Files ? 40
Lines ? 1186
Branches ? 66
==============================================
Hits ? 1088
Misses ? 73
Partials ? 25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Merged; however, I don't really see a reason to release this only for the metadata change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds classifiers for the supported Django versions in the 5.4.x branch, as tested in the Tox matrix and GitHub Actions, namely Django 3.2, 4.0, 4.1, 5.0, 5.1, and 5.2. Django 6.0 support is not included in this branch because it required a breaking change, which occurred in release 5.5.0.
This is a companion PR to #897, and would be helpful for people who are still using 5.4.x and would allow for automated tools to handle upgrades and dependency resolution using the classifiers -- once a transitional 5.4.4 release incorporated them -- since it would advertise that it's acceptable, in that version, to upgrade to Django 5.x and therefore provide an upgrade strategy to reach >=v5.5.0.
Note: I noticed the 5.4.x branch was a few commits behind the v5.4.3 tag, so I based this PR on the tag to ensure compatibility. It pulls in those dangling commits in addition to my own change. My change is purely limited to the classifiers in the
pyproject.toml.