From c6ea5e3564fdce7577716dac4e6e2a69d63aaa16 Mon Sep 17 00:00:00 2001 From: susmitamane Date: Fri, 11 Oct 2024 22:34:45 +0530 Subject: [PATCH] [macOS] Add-python-3.13 (#10766) Co-authored-by: Susmita Mane --- images/macos/toolsets/toolset-13.json | 6 ++++-- images/macos/toolsets/toolset-14.json | 6 ++++-- images/macos/toolsets/toolset-15.json | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index d5e13ee94..9beae5698 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -129,7 +129,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, "arm64": { @@ -137,7 +138,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 9850ecf21..f067e855e 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -133,7 +133,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, "arm64": { @@ -141,7 +142,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] } } diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 2ee9eb05e..99f6eab79 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -118,13 +118,15 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, "arm64": { "versions": [ "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] } }