From c881c3cab7f36035bf44b47b1abad7217bfad87e Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:19:11 +0300 Subject: [PATCH] precache pypy 3.7 (#2737) --- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index c43976ce..63843fee 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -48,7 +48,8 @@ "platform" : "win32", "versions": [ "2.7", - "3.6" + "3.6", + "3.7" ] }, { diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index b6e4d147..1c9edeb6 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -48,7 +48,8 @@ "platform" : "win32", "versions": [ "2.7", - "3.6" + "3.6", + "3.7" ] }, {