From d0d851b2c288fcdf53e5e8f6032a2f66a4a3349e Mon Sep 17 00:00:00 2001 From: susmitamane Date: Sat, 16 Nov 2024 09:57:15 +0530 Subject: [PATCH] [MacOS] Remove python 3.9/3.10 from macos13-ARM64 and macos14-ARM64 due to dependencies issue. (#10951) Co-authored-by: Susmita Mane --- images/macos/toolsets/toolset-13.json | 2 -- images/macos/toolsets/toolset-14.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index e423ffdb5..706383f5e 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -133,8 +133,6 @@ }, "arm64": { "versions": [ - "3.9.*", - "3.10.*", "3.11.*", "3.12.*", "3.13.*" diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index f8fc9eef3..49c14521d 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -136,8 +136,6 @@ }, "arm64": { "versions": [ - "3.9.*", - "3.10.*", "3.11.*", "3.12.*", "3.13.*"