diff --git a/builders/macos-python-builder.psm1 b/builders/macos-python-builder.psm1 index 7ecf53d..f1c88b3 100644 --- a/builders/macos-python-builder.psm1 +++ b/builders/macos-python-builder.psm1 @@ -141,7 +141,8 @@ class macOSPythonBuilder : NixPythonBuilder { Generates Python artifact from downloaded Python installation executable. #> - Write-Host "Build Python $($this.Version) [$($this.Architecture)]" + Write-Host "Build Python *$($this.Version)* [$($this.Architecture)]" + Write-Host ($this.Version -ge "3.11.0") if ($this.Version -ge "3.11.0") { Write-Host "Download Python $($this.Version) [$($this.Architecture)] package..."