Searched refs:PythonVersion (Results 1 – 5 of 5) sorted by relevance
19 [string]$PythonVersion, in Install-Python() variable24 $PythonInstallerUrl = "https://www.python.org/ftp/python/$PythonVersion/$PythonInstaller.exe" in Install-Python()62 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable67 PythonVersion = "3.8.0"75 PythonVersion = "3.8.0"84 PythonVersion = "3.9.0"92 PythonVersion = "3.9.0"101 PythonVersion = "3.10.0"109 PythonVersion = "3.10.0"
18 [string]$PythonVersion, in Install-Python() variable23 $PythonInstallerUrl = "https://www.python.org/ftp/python/$PythonVersion/$PythonInstaller.exe" in Install-Python()61 Write-Host "Python $PythonVersion installed by $PythonInstaller at $PythonInstallPath." in Install-Python() variable66 PythonVersion = "3.8.0"74 PythonVersion = "3.8.0"83 PythonVersion = "3.9.0"91 PythonVersion = "3.9.0"
27 PythonVersion = Sequence[int] variable125 def _abi3_applies(python_version: PythonVersion) -> bool: argument134 def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: argument171 python_version: Optional[PythonVersion] = None, argument263 def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: argument279 python_version: Optional[PythonVersion] = None, argument466 def _version_nodot(version: PythonVersion) -> str: argument