From 1250493b2fdfdaf09244c1c87798ec1e65743212 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada Date: Tue, 25 Oct 2022 12:55:17 +0200 Subject: [PATCH] [Windows] add python3.11 to toolcache --- 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 56e6a73e..d9891b47 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -25,7 +25,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ], "default": "3.7.*" }, @@ -40,7 +41,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index eb0839bc..b174564b 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -20,7 +20,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ], "default": "3.9.*" }, @@ -33,7 +34,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ] }, {