From 3161a8b08e7c6718581d817462614a83266fa15f Mon Sep 17 00:00:00 2001 From: Charles Zablit Date: Fri, 8 Aug 2025 18:57:52 +0200 Subject: [PATCH] [windows] upgrade to Python 3.10.1 --- utils/build.ps1 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/utils/build.ps1 b/utils/build.ps1 index 803a2728e88e2..88938cb1a652a 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -161,7 +161,7 @@ param # Dependencies [ValidatePattern('^\d+(\.\d+)*$')] - [string] $PythonVersion = "3.9.10", + [string] $PythonVersion = "3.10.1", # Toolchain Version Info [string] $ProductVersion = "0.0.0", @@ -378,7 +378,17 @@ $KnownPythons = @{ URL = "https://www.nuget.org/api/v2/package/pythonarm64/3.9.10"; SHA256 = "429ada77e7f30e4bd8ff22953a1f35f98b2728e84c9b1d006712561785641f69"; }; - } + }; + "3.10.1" = @{ + AMD64 = @{ + URL = "https://www.nuget.org/api/v2/package/python/3.10.1"; + SHA256 = "987a0e446d68900f58297bc47dc7a235ee4640a49dace58bc9f573797d3a8b33"; + }; + ARM64 = @{ + URL = "https://www.nuget.org/api/v2/package/pythonarm64/3.10.1"; + SHA256 = "16becfccedf1269ff0b8695a13c64fac2102a524d66cecf69a8f9229a43b10d3"; + }; + }; } $PythonModules = @{