From ee7ad8fcb76108a6739a5a237be219b99b8aec27 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:51:52 +0200 Subject: [PATCH] [macOS] add python3.11 to toolcache (#6476) --- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 197050b4c..1a07506fc 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -255,7 +255,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 022b28066..ee40b4a7c 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -249,7 +249,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 2d0440f3b..cc192043f 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -207,7 +207,8 @@ "3.7.*", "3.8.*", "3.9.*", - "3.10.*" + "3.10.*", + "3.11.*" ] }, {