From 29e053ac38da44ebb7bc8e12adc6d0502489fb39 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:30:42 +0200 Subject: [PATCH] [macOS] Rm Python 3.9/3.10 from macOS-15-arm64 due to dependencies mismatch (#10639) --- images/macos/toolsets/toolset-15.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 6ff95469..998fef90 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -125,8 +125,6 @@ }, "arm64": { "versions": [ - "3.9.*", - "3.10.*", "3.11.*", "3.12.*" ]