From af7f2c05da4452720a7a588bf70852e2a2726158 Mon Sep 17 00:00:00 2001 From: Alexey Ayupov Date: Tue, 10 Oct 2023 16:08:21 +0200 Subject: [PATCH] Remove Python 3.12 from the toolcache --- 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, 8 insertions(+), 16 deletions(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index fb6d5578c1..7eaa4a0dc5 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -11,8 +11,7 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] }, { diff --git a/images/linux/toolsets/toolset-2204.json b/images/linux/toolsets/toolset-2204.json index 522db3d206..2516d02c3a 100644 --- a/images/linux/toolsets/toolset-2204.json +++ b/images/linux/toolsets/toolset-2204.json @@ -11,8 +11,7 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index afc6625678..40c2546be7 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -243,8 +243,7 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] } } diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index f216c7df64..aa36b1b366 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -230,8 +230,7 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 69eac0bd6e..71ba5f9370 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -119,14 +119,12 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] }, "arm64": { "versions": [ - "3.11.*", - "3.12.*" + "3.11.*" ] } } diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index a0b65ab8cb..823b25f10d 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -38,8 +38,7 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index dbd241475f..1a9625cd5f 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -36,8 +36,7 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*", - "3.12.*" + "3.11.*" ] }, {