From d2de8d9def228a4ec3fccd89b8f6634e4a3fb0c2 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 b5a4375a61fc6..bd2f083c3c5f6 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -129,7 +129,7 @@ param [string] $PinnedSHA256 = "", [string] $PinnedVersion = "", [ValidatePattern('^\d+(\.\d+)*$')] - [string] $PythonVersion = "3.9.10", + [string] $PythonVersion = "3.10.1", [ValidatePattern("^r(?:[1-9]|[1-9][0-9])(?:[a-z])?$")] [string] $AndroidNDKVersion = "r27c", [ValidatePattern("^\d+\.\d+\.\d+(?:-\w+)?")] @@ -332,7 +332,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 = @{