From 7e276fa6c778cfc306a4afc20fdad364559c15de Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Mon, 5 Sep 2022 10:30:56 +0200 Subject: [PATCH] fix beta version --- builders/macos-python-builder.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/macos-python-builder.psm1 b/builders/macos-python-builder.psm1 index c756605..297d938 100644 --- a/builders/macos-python-builder.psm1 +++ b/builders/macos-python-builder.psm1 @@ -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..."