]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
build_macos_arm64.sh: Upgrade to Python 3.13 production release
authorChristian Clauss <cclauss@me.com>
Tue, 15 Oct 2024 07:40:25 +0000 (09:40 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 15 Nov 2024 10:08:09 +0000 (11:08 +0100)
tools/build/build_macos_arm64.sh

index 5975dc099042d66c2a66927c87b0ef277138737a..e4e3b56a98305c1e5bdc17290799df4be17a3bcd 100755 (executable)
@@ -9,7 +9,7 @@
 
 set -euo pipefail
 
-python_versions="3.8.19 3.9.19 3.10.14 3.11.9 3.12.5 3.13.0rc1"
+python_versions="3.8.19 3.9.19 3.10.14 3.11.9 3.12.5 3.13.0"
 pg_version=17
 
 function log {