Update python version for OSX and update the release note.

This commit is contained in:
Akshay Joshi
2023-04-13 15:51:49 +05:30
parent 288ba1d1f9
commit d92a836647
3 changed files with 36 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ if [ "${PGADMIN_POSTGRES_DIR}" == "" ]; then
fi
if [ "${PGADMIN_PYTHON_VERSION}" == "" ]; then
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.9"
export PGADMIN_PYTHON_VERSION=3.9.9
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.11.2"
export PGADMIN_PYTHON_VERSION=3.11.2
fi
# shellcheck disable=SC1091