From 56cc1f0aaf55cd8d5a271bc24bbce4bbf09db9dc Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 1 Feb 2021 10:02:19 +0000 Subject: [PATCH] Default to Python 3.9.1 --- pkg/mac/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/mac/build.sh b/pkg/mac/build.sh index 223ae69dd..1ccdd0f0d 100755 --- a/pkg/mac/build.sh +++ b/pkg/mac/build.sh @@ -34,8 +34,8 @@ if [ "x${PGADMIN_POSTGRES_DIR}" == "x" ]; then fi if [ "x${PGADMIN_PYTHON_VERSION}" == "x" ]; then - echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.0" - export PGADMIN_PYTHON_VERSION=3.9.0 + echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.1" + export PGADMIN_PYTHON_VERSION=3.9.1 fi source ${SCRIPT_DIR}/build-functions.sh