[Breaking] Remove support for Python 3.7 & 3.8#4756
Merged
liliankasem merged 5 commits intomainfrom Feb 19, 2026
Merged
Conversation
gavin-aguiar
approved these changes
Dec 9, 2025
liliankasem
requested changes
Dec 9, 2025
Member
liliankasem
left a comment
There was a problem hiding this comment.
Going to hold this until at the very least v4.1046 of the host is being released with core tools.
But I am a little concerned about shipping a breaking change in a minor version, do we have telemetry about how many customers are still using this today? Would be nice to guage the impact here
Contributor
Author
|
Hi @liliankasem, bumping this PR for the next CT release (with host version 4.1046). I think I answered your earlier questions offline, but please let me know if there's anything I can clarify! |
liliankasem
approved these changes
Feb 19, 2026
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.
Issue describing the changes in this PR
3.7 & 3.8 builds are no longer part of the Python Worker nuget package, since they have been EOL for several years now. This will be starting host version 4.1046.
This change removes support for using 3.7 or 3.8 through Core Tools, so that customers who have those versions installed locally will need to update. This does not impact 3.9+ support.
// Using Python 3.8 -> not supported

// Using Python 3.14 -> no changes to experience

resolves #issue_for_this_pr
Pull request checklist
release_notes.mdAdditional information
Additional PR information