From b9c994fd6caaeb84739c882ed50b7c6288030de2 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:42:35 +0300 Subject: [PATCH] [macOS] Add python 3.10 to the toolcache (#4254) --- images/macos/toolsets/toolset-10.14.json | 3 ++- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/images/macos/toolsets/toolset-10.14.json b/images/macos/toolsets/toolset-10.14.json index 3aff5d25..ff45ea7b 100644 --- a/images/macos/toolsets/toolset-10.14.json +++ b/images/macos/toolsets/toolset-10.14.json @@ -302,7 +302,8 @@ "3.6.*", "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ] }, { diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 9deaed65..ba1b63ec 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -253,7 +253,8 @@ "3.6.*", "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 4a31b8d0..a3eca16b 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -199,7 +199,8 @@ "versions": [ "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index e34a3a28..14cb184e 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -103,7 +103,8 @@ "versions": [ "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ] }, {