From 029139e1b7c59f893a93e5f865f5183ab142a369 Mon Sep 17 00:00:00 2001 From: Maksim Shilov <89912354+shilovmaksim@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:22:51 +0300 Subject: [PATCH] [Ubuntu] Adding pypy 3.8 to toolset to Ubuntu 20.04 (#4365) --- 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 6ae9911b8..2cb1ed2db 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -23,7 +23,8 @@ "versions": [ "2.7", "3.6", - "3.7" + "3.7", + "3.8" ] }, {