Raise the Python floor to 3.12 - #58
Merged
Merged
Conversation
Twenty-five of the 47 fleet repos already declare >=3.12 or higher, and several had to set python-versions by hand because the reusable default's 3.11 leg could not resolve against their own floor. Raising the default removes that workaround and advances the floor on the roughly-yearly cadence the standard describes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Moves
requires-pythonto>=3.12in STANDARD.md and the template, rufftarget-versiontopy312, andreusable-ci.yml's default matrix to["3.12", "3.14"].Twenty-five of the 47 fleet repos already declare 3.12 or higher. Four adoptions this week had to set
python-versionsexplicitly because the reusable default's 3.11 leg cannot resolve against a 3.12 floor —uv syncexits 2. Raising the default removes that workaround and defuses the common case of gojiplus/preen#57 (theci-matrixcheck passing without verifying the default coversrequires-python).Twenty-two repos still declare
>=3.11and will be swept separately; two need care —coveredis>=3.11,<3.14(spacy ships no cp314 wheel) andrmcpis template-exempt.Companion PR in preen drops
target-versionfrom the config-sync test, sinceadopt.pyderives it per-repo fromrequires-pythonrather than taking it from canon.🤖 Generated with Claude Code