fix beta version

This commit is contained in:
Sergey Dolin 2022-09-05 10:30:56 +02:00
parent 92e5a5e073
commit 7e276fa6c7

View File

@ -142,7 +142,7 @@ class macOSPythonBuilder : NixPythonBuilder {
Generates Python artifact from downloaded Python installation executable.
#>
$PkgVersion = [semver]"3.11.0"
$PkgVersion = [semver]"3.11.0-beta.1"
if ($this.Version -ge $PkgVersion) {
Write-Host "Download Python $($this.Version) [$($this.Architecture)] package..."