Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove orphaned Python 3.8 (x86) from toolset-2019.json and toolset-2…
…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.
  • Loading branch information
jakob-blanc committed Jun 7, 2025
commit 49cd1892241f0e23f786010a41cdb1ed6dc41f51
1 change: 0 additions & 1 deletion images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"arch": "x86",
"platform" : "win32",
"versions": [
"3.8.*",
"3.9.*",
"3.10.*",
"3.11.*",
Expand Down
1 change: 0 additions & 1 deletion images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"arch": "x86",
"platform" : "win32",
"versions": [
"3.8.*",
"3.9.*",
"3.10.*",
"3.11.*",
Expand Down