From b2999beaf8620c0e2afdb09048120638183066ce Mon Sep 17 00:00:00 2001 From: Nikolay Frolov <90333448+nikolai-frolov@users.noreply.github.com> Date: Fri, 25 Feb 2022 10:51:43 +0300 Subject: [PATCH] [macOS] Add PyPy 3.9 (#5132) --- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 6f955a250..d3c5d4959 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -267,7 +267,8 @@ "2.7", "3.6", "3.7", - "3.8" + "3.8", + "3.9" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 47ba9c508..15d3c14ce 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -236,7 +236,8 @@ "versions": [ "2.7", "3.7", - "3.8" + "3.8", + "3.9" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 25b838b57..91977f76b 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -150,7 +150,8 @@ "versions": [ "2.7", "3.7", - "3.8" + "3.8", + "3.9" ] }, {