From 5425b6cf3d42c368ba3488c865d562566646deef Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:39:02 +0300 Subject: [PATCH] Add python 3.10 to the toolcache (#4253) --- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 40d8b2d3..7d538d88 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -24,7 +24,8 @@ "3.6.*", "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ], "default": "3.7.*" }, diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index dd245b14..be490b61 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -24,7 +24,8 @@ "3.6.*", "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ], "default": "3.7.*" }, diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 8dd2bb5d..f535b976 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -18,7 +18,8 @@ "versions": [ "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ], "default": "3.9.*" },