Update supported Python and Django versions according to endoflife.date#205
Closed
Copilot wants to merge 5 commits into
Closed
Update supported Python and Django versions according to endoflife.date#205Copilot wants to merge 5 commits into
Copilot wants to merge 5 commits into
Conversation
… and add Django 5.2 Co-authored-by: nezhar <4420927+nezhar@users.noreply.github.com>
Co-authored-by: nezhar <4420927+nezhar@users.noreply.github.com>
Co-authored-by: nezhar <4420927+nezhar@users.noreply.github.com>
Member
|
@copilot also add support for python 3.14 in this PR |
Copilot
AI
changed the title
[WIP] Update supported Python and Django versions according to endoflife.date
Update supported Python and Django versions according to endoflife.date
Oct 10, 2025
Co-authored-by: nezhar <4420927+nezhar@users.noreply.github.com>
Author
Added Python 3.14 support in commit 2f60de8. The changes include:
|
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.
This PR updates the supported Python and Django versions to align with the current end-of-life (EOL) status according to endoflife.date.
Changes Summary
Removed EOL Versions
Added Currently Supported Versions
Updated Version Constraints
tests/requirements.txtto use Django>=4.2,<5.3and DRF>=3.15,<3.16Currently Supported Versions
After these changes, the library now officially supports:
Files Modified
.github/workflows/test.yml- Updated CI/CD test matrix.github/workflows/test-postgres.yml- Updated CI/CD test matrix for PostgreSQL testssetup.py- Updated Python and Django framework classifiersREADME.md- Added version 1.6 to compatibility matrixtests/requirements.txt- Updated version constraints for dependenciesTesting
The CI/CD workflows will now test against all currently supported Python and Django versions, ensuring compatibility across the supported version matrix.
References
> [!WARNING]
>
>
Fixes #204
Original prompt
Fixes #204
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.