Skip to content

Remove orphaned Python 3.8 (x86) in Windows toolsets 2019 and 2022 #12335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 9, 2025

Conversation

jacob-blanc
Copy link
Contributor

@jacob-blanc jacob-blanc commented Jun 7, 2025

Description

Bug fixing, orphan x86 versions after remove x64 Python 3.8 package from toolsets.

Related merge --> [Windows 19 & Windows 22]Removing Python version:3.8.* #12277

This PR removes the orphaned entry for Python 3.8 (x86) from toolset-2019.json and toolset-2022.json

Python 3.8 (x86) is not included in the x64 list and is not required for current or future builds.
Keeping only actively supported and required Python versions helps reduce image size and maintenance overhead.

Summary of changes:

Removed "3.8.*" from the versions array for Python x86.
If Python 3.8 (x86) is still needed for any legacy workflow, please comment on this PR.

Related issue: #12336

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

jacob-blanc and others added 7 commits May 27, 2025 22:45
[Windows] Update AzureCosmosDbEmulator signature and Removing VSredist 17 installation in Postgresql (actions#12247)
[Windows] Update AzureCosmosDbEmulator signature and Removing VSredist 17 installation in Postgresql (actions#12247)
…022.json

**Remove orphaned Python 3.8 (x86) from toolset-2019.json & 2022.json**

This PR removes the orphaned entry for Python 3.8 (x86) from toolset-2019.json.
- Python 3.8 (x86) is not included in the x64 list and is not required for current or future builds.
- Keeping only actively supported and required Python versions helps reduce image size and maintenance overhead.

**Summary of changes:**
- Removed `"3.8.*"` from the `versions` array for Python x86.
@subir0071 subir0071 merged commit 78c1f18 into actions:main Jun 9, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants