SG-30953 Remove Python 3.7 support#357
Draft
stevelittlefish wants to merge 4 commits into
Draft
Conversation
- Add minimum_python_version: "3.9" to info.yml to block auto-updates to this version for Desktop installations running Python < 3.9 - Remove resources/python/bin/3.7/ and resources/python/src/3.7/ bundled binary packages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #357 +/- ##
=======================================
Coverage 65.82% 65.82%
=======================================
Files 24 24
Lines 1870 1870
=======================================
Hits 1231 1231
Misses 639 639
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Drop < 3.9 package pins and simplify >= 3.9 conditions now that Python 3.9 is the minimum supported version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove 3.7 job blocks from pipelines.yml (source + binary for Mac/Linux/Windows); re-wire 3.9 jobs as the new chain head - Update README.md supported versions list and manual process steps to reflect 3.9 as the minimum Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
minimum_python_version: "3.9"toinfo.yml— this gates auto-updates so that Desktop installations running Python < 3.9 will not receive this versionresources/python/bin/3.7/andresources/python/src/3.7/bundled binary packages (533 files)The remaining bundled versions are: 3.9, 3.10, 3.11, 3.13.
Why draft
The
minimum_python_versiongate intk-framework-desktopstartup(SG-42460) should be live before this is released, to ensure Desktop users on Python 3.7 are blocked from auto-updating their startup framework before this change reaches them. Keeping as draft until that coordination is confirmed.Test plan
minimum_python_version)🤖 Generated with Claude Code