Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
[all OSs] Add Python 3.14 to the toolcache
  • Loading branch information
erik-bershel committed Oct 10, 2025
commit 8a16932e5fb04d1acaa396c0d56fc1957182f485
2 changes: 1 addition & 1 deletion images/macos/scripts/tests/Toolcache.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Describe "Toolcache" {
}
}

Context "Ruby" -Skip:($os.IsArm64) {
Context "Ruby" {
$rubyDirectory = Join-Path $toolcacheDirectory "Ruby"
$rubyPackage = $packages | Where-Object { $_.ToolName -eq "Ruby" } | Select-Object -First 1
$testCase = @{ RubyDirectory = $rubyDirectory }
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,16 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
"arm64": {
"versions": [
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-14.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,16 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
"arm64": {
"versions": [
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,16 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
"arm64": {
"versions": [
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion images/macos/toolsets/toolset-26.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
"versions": [
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
],
"default": "3.9.*"
},
Expand Down
3 changes: 2 additions & 1 deletion images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
],
"default": "3.9.*"
},
Expand Down
3 changes: 2 additions & 1 deletion images/windows/toolsets/toolset-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
],
"default": "3.9.*"
},
Expand Down