From e4a68e6300ef8f0b1f47035564d0c3dae9f35952 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:49:38 +0200 Subject: [PATCH] Revert "Remove Python 3.12 from the toolcache (#8510)" (#8638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 929931f61727947eb60ba4ecae57fe82202728ed. Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”> --- images/linux/toolsets/toolset-2004.json | 3 ++- images/linux/toolsets/toolset-2204.json | 3 ++- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 6 ++++-- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 7 files changed, 16 insertions(+), 8 deletions(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index dd8bfabe..11ae990f 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -11,7 +11,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, { diff --git a/images/linux/toolsets/toolset-2204.json b/images/linux/toolsets/toolset-2204.json index 690799a7..990319ef 100644 --- a/images/linux/toolsets/toolset-2204.json +++ b/images/linux/toolsets/toolset-2204.json @@ -11,7 +11,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index b140e5d8..0b7c7a7f 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -246,7 +246,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 8d36240c..225122e7 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -233,7 +233,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 d8ddacc3..af4f41af 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -122,12 +122,14 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, "arm64": { "versions": [ - "3.11.*" + "3.11.*", + "3.12.*" ] } } diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 6bc9a89a..b15f5d5a 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -38,7 +38,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 94213079..a2582ff8 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -36,7 +36,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, {