From a0e569de8715ebdb51c8dc7498b3dc77bcd22b81 Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:17:51 +0300 Subject: [PATCH] [Ubuntu] Precache PyPy 3.7 (#2739) * precache pypy 3.7 * small change --- images/linux/toolsets/toolset-2004.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index a6ba2bcf..90d606e5 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -21,7 +21,8 @@ "platform" : "linux", "versions": [ "2.7", - "3.6" + "3.6", + "3.7" ] }, {