From db8e758cb7a40a4bb5a3a7cc381677db20938a68 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:10:08 +0200 Subject: [PATCH] [macOS] remove python 3.10 from arm64 toolcache (#8405) --- images/macos/toolsets/toolset-13.json | 1 - 1 file changed, 1 deletion(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index c7d121a9..3bbfcca0 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -118,7 +118,6 @@ }, "arm64": { "versions": [ - "3.10.*", "3.11.*" ] }