From 92c3eccf8d63c6c38a1e92afb79cf301560ca871 Mon Sep 17 00:00:00 2001 From: vidyasagarnimmagaddi <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:47:07 +0530 Subject: [PATCH] [Windows] removing Pthyon version:3.7.* (#11276) --- images/windows/toolsets/toolset-2019.json | 4 +--- images/windows/toolsets/toolset-2022.json | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index db9aa6099..6ab99c238 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -17,14 +17,13 @@ "arch": "x64", "platform" : "win32", "versions": [ - "3.7.*", "3.8.*", "3.9.*", "3.10.*", "3.11.*", "3.12.*" ], - "default": "3.7.*" + "default": "3.9.*" }, { "name": "Python", @@ -32,7 +31,6 @@ "arch": "x86", "platform" : "win32", "versions": [ - "3.7.*", "3.8.*", "3.9.*", "3.10.*", diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 46c9261bc..52d21afb0 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -17,7 +17,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "3.7.*", "3.8.*", "3.9.*", "3.10.*", @@ -32,7 +31,6 @@ "arch": "x86", "platform" : "win32", "versions": [ - "3.7.*", "3.8.*", "3.9.*", "3.10.*",