From 734a8c8e9d5164d0158c454e0b93922d2ec6b169 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Thu, 14 Sep 2023 21:25:24 +0200 Subject: [PATCH] [windows2019] Remove Python 3.6 (#8291) --- 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 db520b17a..8647bb0ee 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -20,7 +20,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "3.6.*", "3.7.*", "3.8.*", "3.9.*", @@ -35,7 +34,6 @@ "arch": "x86", "platform" : "win32", "versions": [ - "3.6.*", "3.7.*", "3.8.*", "3.9.*",