From: Daniele Varrazzo Date: Thu, 2 Nov 2023 09:25:18 +0000 (+0100) Subject: chore(macos): build images with more recent Python versions X-Git-Tag: pool-3.1.9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f182a29b90e910226dd849a567b2435cfccd9b;p=thirdparty%2Fpsycopg.git chore(macos): build images with more recent Python versions --- diff --git a/tools/build/build_macos_arm64.sh b/tools/build/build_macos_arm64.sh index 2219fc623..5ca8e90fd 100755 --- a/tools/build/build_macos_arm64.sh +++ b/tools/build/build_macos_arm64.sh @@ -10,7 +10,7 @@ set -euo pipefail # set -x -python_versions="3.8.10 3.9.13 3.10.5 3.11.0 3.12.0" +python_versions="3.8.18 3.9.18 3.10.13 3.11.6 3.12.0" pg_version=16 function log {