From 42597cc6c5740b4755203dae4d4649393c8cb91e Mon Sep 17 00:00:00 2001 From: V-Zabayrachny <79155496+V-Zabayrachny@users.noreply.github.com> Date: Thu, 20 Jan 2022 22:51:43 +0300 Subject: [PATCH] [Windows] Remove python 3.5 on Windows 16, 19 (#4921) --- images/win/toolsets/toolset-2016.json | 2 -- images/win/toolsets/toolset-2019.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 0a35fcfc1..e937129c3 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -20,7 +20,6 @@ "platform" : "win32", "versions": [ "2.7.*", - "3.5.*", "3.6.*", "3.7.*", "3.8.*", @@ -36,7 +35,6 @@ "platform" : "win32", "versions": [ "2.7.*", - "3.5.*", "3.6.*", "3.7.*", "3.8.*", diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index fd0681769..86fad6a8e 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -20,7 +20,6 @@ "platform" : "win32", "versions": [ "2.7.*", - "3.5.*", "3.6.*", "3.7.*", "3.8.*", @@ -36,7 +35,6 @@ "platform" : "win32", "versions": [ "2.7.*", - "3.5.*", "3.6.*", "3.7.*", "3.8.*",