We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7160097 commit 783cd84Copy full SHA for 783cd84
utils/build.ps1
@@ -139,7 +139,7 @@ param
139
[ValidateSet("Asserts", "NoAsserts")]
140
[string] $PinnedToolchainVariant = "Asserts",
141
[ValidatePattern('^\d+(\.\d+)*$')]
142
- [string] $PythonVersion = "3.9.10",
+ [string] $PythonVersion = "3.10.1",
143
[ValidatePattern("^r(?:[1-9]|[1-9][0-9])(?:[a-z])?$")]
144
[string] $AndroidNDKVersion = "r27c",
145
[ValidatePattern("^\d+\.\d+\.\d+(?:-\w+)?")]
0 commit comments