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",