From 8916d1764092853407216ffa75dbc9ab3938902d Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:19:00 +0300 Subject: [PATCH] [macOS] Precache PyPy 3.7 (#2738) * precache pypy 3.7 * remove pypy 3.7 from hs and mojave --- images/macos/toolsets/toolset-10.15.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 64ce1505..7467330e 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -226,7 +226,8 @@ "platform" : "darwin", "versions": [ "2.7", - "3.6" + "3.6", + "3.7" ] }, {