From c75bdc7620e8922461851f2cb9b78412c9829e25 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Mar 2026 08:05:37 +0530 Subject: [PATCH] Bump Go version for security vulnerabilities Unfortunately means have to bump minimum macos version as well as Go requires it. --- bypy/macos.conf | 4 ++-- go.mod | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bypy/macos.conf b/bypy/macos.conf index fb687a645..4e8be1345 100644 --- a/bypy/macos.conf +++ b/bypy/macos.conf @@ -1,8 +1,8 @@ -# Requires installation of XCode >= 10.3 and go 1.23 and Python 3 and +# Requires installation of XCode >= 10.3 and go 1.26 and Python 3 and # python3 -m pip install certifi vm_name 'macos-kitty' root '/Users/Shared/kitty-build' python '/usr/local/bin/python3' universal 'true' -deploy_target '11.0' +deploy_target '12.0' diff --git a/go.mod b/go.mod index f7c8a3079..5f3a50421 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/kovidgoyal/kitty -go 1.24.0 +go 1.26.0 -toolchain go1.24.13 +toolchain go1.26.1 require ( github.com/ALTree/bigfloat v0.2.0 diff --git a/setup.py b/setup.py index 01d553582..9ba503dd7 100755 --- a/setup.py +++ b/setup.py @@ -1706,7 +1706,7 @@ def access(what: str, verb: str = 'would like to access') -> str: NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'), CFBundleGetInfoString='kitty - The fast, feature-rich, GPU based terminal emulator. https://sw.kovidgoyal.net/kitty/', # Operating System Version - LSMinimumSystemVersion='11.0.0', + LSMinimumSystemVersion='12.0.0', # Categorization CFBundlePackageType='APPL', CFBundleSignature='????',