From 8ee2d5203af0fe7f1ee31ad6fcfc0fe5f2141778 Mon Sep 17 00:00:00 2001 From: Vasilii Polikarpov <126792224+vpolikarpov-akvelon@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:07:49 +0200 Subject: [PATCH] [mac OS] Add PyPy 3.10 (#8040) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 62ebc92b..b27da27b 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -257,7 +257,8 @@ "2.7", "3.7", "3.8", - "3.9" + "3.9", + "3.10" ] } } diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index a417d9b7..56ebe460 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -244,7 +244,8 @@ "2.7", "3.7", "3.8", - "3.9" + "3.9", + "3.10" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index c1da9998..a8c80dc1 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -143,7 +143,8 @@ "2.7", "3.7", "3.8", - "3.9" + "3.9", + "3.10" ] } }