From 584c7c0fef943495221b46033addefb6419ecb0f Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Tue, 7 May 2024 18:55:40 +0200 Subject: [PATCH] [macos] Add python 3.9, 3.10 to toolcache (#9803) --- images/macos/toolsets/toolset-13.json | 2 ++ images/macos/toolsets/toolset-14.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index ff00f9ad..70e6c198 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -134,6 +134,8 @@ }, "arm64": { "versions": [ + "3.9.*", + "3.10.*", "3.11.*", "3.12.*" ] diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index d7d60283..d2648146 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -125,12 +125,16 @@ "arch": { "x64": { "versions": [ + "3.9.*", + "3.10.*", "3.11.*", "3.12.*" ] }, "arm64": { "versions": [ + "3.9.*", + "3.10.*", "3.11.*", "3.12.*" ]