From a92348e460bc41cdbc21bddb8846ab9b9d4e7312 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Aug 2026 15:42:50 +0530 Subject: [PATCH] Build the macOS binary using XCode 26.3 --- bypy/macos.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/macos.conf b/bypy/macos.conf index e44b9a5d2..ab2b19717 100644 --- a/bypy/macos.conf +++ b/bypy/macos.conf @@ -1,8 +1,8 @@ -# Requires installation of XCode >= 10.3 and go 1.26 and Python 3 and +# Requires installation of XCode >= 26.3 and go 1.26 and Python 3 and # python3 -m pip install certifi meson ninja vm_name 'macos-kitty' root '/Users/Shared/kitty-build' -python '/usr/local/bin/python3' +python '/Library/Frameworks/Python.framework/Versions/Current/bin/python3' universal 'true' deploy_target '12.0'