ci(deps)!: Drop Python 3.9 support, add 3.14, configure updates#334
Merged
Conversation
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 648474e |
There was a problem hiding this comment.
Code Review
This pull request drops support for Python 3.9, raising the minimum required Python version to 3.10. This change is reflected across the repository, including updating the Renovate configuration, regenerating the development and production requirements files using uv targeting Python 3.10, and updating setup.py with the new python_requires constraint and classifiers. I have no feedback to provide.
0813bc5 to
547a3e7
Compare
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
547a3e7 to
648474e
Compare
matthewelwell
approved these changes
Jun 29, 2026
Contributor
Author
|
@matthewelwell Should this trigger a major release? |
Contributor
Good call. Yes, probably. |
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.
Python 3.9 is end-of-life but was still listed as supported. This drops it, adds 3.14, and refreshes the lockfiles to match.
It also declares the supported Python range to Renovate. With normal updates already security-only (#333), this stops a security bump from targeting a release that needs a newer Python than we support.
Changes
Closes #332
Review effort: 2/5