From fe2a4862ad79a83c233f356d07e179478932ea7c Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Fri, 12 May 2023 17:26:27 +0200 Subject: [PATCH] [Windows] Remove Python 2.7 from toolcache (#7583) --- images/win/toolsets/toolset-2019.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 9718fd121..fddb93f92 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -20,7 +20,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "2.7.*", "3.6.*", "3.7.*", "3.8.*", @@ -36,7 +35,6 @@ "arch": "x86", "platform" : "win32", "versions": [ - "2.7.*", "3.6.*", "3.7.*", "3.8.*",