Add Django 5.2 and 6.0 to test matrix, remove Python 3.8 and 3.9#8
Merged
Add Django 5.2 and 6.0 to test matrix, remove Python 3.8 and 3.9#8
Conversation
dabapps-robot
left a comment
There was a problem hiding this comment.
Nice update overall — this is a sensible refresh of the support matrix (dropping EOL Python/Django versions and adding current ones), and the README docs link update is a good touch.
A couple of things I’d like to double-check before merge:
-
GitHub Action major versions
- You’ve bumped to:
actions/checkout@v6actions/setup-python@v6actions/cache@v5
- Please confirm these tags exist and are intended. I’d expect current majors to be lower (
checkout/cache/setup-pythonversions tend to lag those numbers), so this could break workflow resolution if they’re not published tags.
- You’ve bumped to:
-
Python 3.14 in matrix
- If 3.14 is still pre-release in your target environment, you may need
allow-prereleases: trueforsetup-python, or hold 3.14 until stable availability. - If it’s already stable for your CI environment, then this is fine.
- If 3.14 is still pre-release in your target environment, you may need
If those two points are confirmed/adjusted, this looks good to merge.
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.
Remove unsupported versions of Django and add latest.