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 8805402 commit ace36baCopy full SHA for ace36ba
Install.ps1
@@ -46,7 +46,7 @@ if ($null -eq (Get-Command py -ErrorAction SilentlyContinue))
46
Exit 1
47
}
48
49
-$supportedPythonVersions = "3.13", "3.12", "3.11", "3.10",
+$supportedPythonVersions = "3.13", "3.12", "3.11", "3.10"
50
if ("$env:INSTALL_PYTHON_VERSION" -ne "")
51
{
52
$pythonVersion = $env:INSTALL_PYTHON_VERSION
0 commit comments