From 5b6883ef7242dfd90cdc31f97d9d8dc9fb5c152d Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:50:27 +0300 Subject: [PATCH] Add 32-bit version of python to win19 & win22 (#4405) --- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index bf5a027de..e640401ae 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -40,7 +40,8 @@ "3.6.*", "3.7.*", "3.8.*", - "3.9.*" + "3.9.*", + "3.10.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 2343822c0..c97f9f38e 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -23,6 +23,18 @@ ], "default": "3.9.*" }, + { + "name": "Python", + "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json", + "arch": "x86", + "platform" : "win32", + "versions": [ + "3.7.*", + "3.8.*", + "3.9.*", + "3.10.*" + ] + }, { "name": "PyPy", "arch": "x86",