File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ param
161
161
162
162
# Dependencies
163
163
[ValidatePattern (' ^\d+(\.\d+)*$' )]
164
- [string ] $PythonVersion = " 3.9.10 " ,
164
+ [string ] $PythonVersion = " 3.10.1 " ,
165
165
166
166
# Toolchain Version Info
167
167
[string ] $ProductVersion = " 0.0.0" ,
@@ -378,7 +378,17 @@ $KnownPythons = @{
378
378
URL = " https://www.nuget.org/api/v2/package/pythonarm64/3.9.10" ;
379
379
SHA256 = " 429ada77e7f30e4bd8ff22953a1f35f98b2728e84c9b1d006712561785641f69" ;
380
380
};
381
- }
381
+ };
382
+ " 3.10.1" = @ {
383
+ AMD64 = @ {
384
+ URL = " https://www.nuget.org/api/v2/package/python/3.10.1" ;
385
+ SHA256 = " 987a0e446d68900f58297bc47dc7a235ee4640a49dace58bc9f573797d3a8b33" ;
386
+ };
387
+ ARM64 = @ {
388
+ URL = " https://www.nuget.org/api/v2/package/pythonarm64/3.10.1" ;
389
+ SHA256 = " 16becfccedf1269ff0b8695a13c64fac2102a524d66cecf69a8f9229a43b10d3" ;
390
+ };
391
+ };
382
392
}
383
393
384
394
$PythonModules = @ {
You can’t perform that action at this time.
0 commit comments