From adb51dcf33fbf68b3fa4d6ad3fdf35131b158e59 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:59:16 +0100 Subject: [PATCH] [Windows] Remove Ruby, Go old versions (#9391) --- images/windows/toolsets/toolset-2019.json | 8 ++------ images/windows/toolsets/toolset-2022.json | 4 +--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index c6fb5e4e5..7f364f280 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -5,13 +5,10 @@ "arch": "x64", "platform" : "win32", "versions": [ - "2.5", - "2.6", - "2.7", "3.0", "3.1" ], - "default": "2.5" + "default": "3.0" }, { "name": "Python", @@ -72,12 +69,11 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.19.*", "1.20.*", "1.21.*", "1.22.*" ], - "default": "1.20.*" + "default": "1.21.*" } ], "powershellModules": [ diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index cad4d23f3..244aba6b4 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -5,7 +5,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "2.7", "3.0", "3.1" ], @@ -69,12 +68,11 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.19.*", "1.20.*", "1.21.*", "1.22.*" ], - "default": "1.20.*" + "default": "1.21.*" } ], "powershellModules": [