From 410602f378cbc189a83076742c0e596787be8f88 Mon Sep 17 00:00:00 2001 From: Reed Hamilton Date: Mon, 8 Jun 2026 16:26:11 -0700 Subject: [PATCH] chore: bump python version in installer from 3.11.10 to 3.11.15 --- installer/pyinstaller/build-linux.sh | 2 +- installer/pyinstaller/build-mac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/pyinstaller/build-linux.sh b/installer/pyinstaller/build-linux.sh index 6cd37588262..92e7c0f5e30 100755 --- a/installer/pyinstaller/build-linux.sh +++ b/installer/pyinstaller/build-linux.sh @@ -12,7 +12,7 @@ if [ "$python_library_zip_filename" = "" ]; then fi if [ "$python_version" = "" ]; then - python_version="3.11.10"; + python_version="3.11.15"; fi if [ "$openssl_version" = "" ]; then diff --git a/installer/pyinstaller/build-mac.sh b/installer/pyinstaller/build-mac.sh index 190377d9307..ddaa9b23ce4 100755 --- a/installer/pyinstaller/build-mac.sh +++ b/installer/pyinstaller/build-mac.sh @@ -34,7 +34,7 @@ if [ "$openssl_version" = "" ]; then fi if [ "$python_version" = "" ]; then - python_version="3.11.10"; + python_version="3.11.15"; fi if ! [ "$build_binary_name" = "" ]; then