From 39fd250531f4b420d5dfa8950033b68b8a0b3f46 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 31 Aug 2022 22:35:30 +0200 Subject: [PATCH] More debug --- builders/macos-python-builder.psm1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..."