[all OSs] Add Python 3.14 to the toolcache (#13159)

This commit is contained in:
Erik Bershel
2025-10-16 12:56:38 +02:00
committed by GitHub
parent 84653458a4
commit d4d5736e7d
10 changed files with 25 additions and 13 deletions

View File

@@ -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 }

View File

@@ -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.*"
]
}
}

View File

@@ -234,14 +234,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.*"
]
}
}

View File

@@ -238,14 +238,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.*"
]
}
}

View File

@@ -140,7 +140,8 @@
"versions": [
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
}
}

View File

@@ -11,7 +11,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
{

View File

@@ -11,7 +11,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
]
},
{

View File

@@ -21,7 +21,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
],
"default": "3.9.*"
},

View File

@@ -22,7 +22,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
],
"default": "3.9.*"
},

View File

@@ -22,7 +22,8 @@
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
"3.13.*",
"3.14.*"
],
"default": "3.9.*"
},