From 543e7cbf49bbb48dba42966db108191dc670dd21 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:23:04 +0200 Subject: [PATCH] [macos] Add python 3.12 to toolcache (#8449) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 40c2546b..afc66256 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -243,7 +243,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] } } diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index aa36b1b3..f216c7df 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -230,7 +230,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 7dbc75d4..c0b80dd8 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -113,12 +113,14 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, "arm64": { "versions": [ - "3.11.*" + "3.11.*", + "3.12.*" ] } }