From f444d7b666b61ee60c3bcb18f4d2e725d3a19646 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:20:02 +0200 Subject: [PATCH] [windows] Add python 3.12 to toolcache (#8451) --- images/win/toolsets/toolset-2019.json | 6 ++++-- images/win/toolsets/toolset-2022.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 54aa99888..dd33e30f7 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -23,7 +23,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ], "default": "3.7.*" }, @@ -37,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 48f8f36d6..cd9086248 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -21,7 +21,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ], "default": "3.9.*" }, @@ -35,7 +36,8 @@ "3.8.*", "3.9.*", "3.10.*", - "3.11.*" + "3.11.*", + "3.12.*" ] }, {