Skip to content

Commit 783cd84

Browse files
[windows] upgrade to Python 3.10.1
(cherry picked from commit caec84c)
1 parent 7160097 commit 783cd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ param
139139
[ValidateSet("Asserts", "NoAsserts")]
140140
[string] $PinnedToolchainVariant = "Asserts",
141141
[ValidatePattern('^\d+(\.\d+)*$')]
142-
[string] $PythonVersion = "3.9.10",
142+
[string] $PythonVersion = "3.10.1",
143143
[ValidatePattern("^r(?:[1-9]|[1-9][0-9])(?:[a-z])?$")]
144144
[string] $AndroidNDKVersion = "r27c",
145145
[ValidatePattern("^\d+\.\d+\.\d+(?:-\w+)?")]

0 commit comments

Comments
 (0)