From: Frank Brehm Date: Thu, 17 Aug 2023 11:59:32 +0000 (+0200) Subject: Increasing possible Python version in bin/update-env.sh X-Git-Tag: 1.6.13^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=26ec628ed3d8e32f2e623adb13d4ecbdb4c227ef;p=pixelpark%2Fcreate-terraform.git Increasing possible Python version in bin/update-env.sh --- diff --git a/bin/update-env.sh b/bin/update-env.sh index 5cacb0a..c46eed3 100755 --- a/bin/update-env.sh +++ b/bin/update-env.sh @@ -22,7 +22,7 @@ BASE_DIR=$( dirname "$( dirname "$0" )" ) cd "${BASE_DIR}" BASE_DIR=$( readlink -f . ) -declare -a VALID_PY_VERSIONS=("3.9" "3.8" "3.7" "3.6") +declare -a VALID_PY_VERSIONS=("3.10" "3.9" "3.8" "3.7" "3.6") PIP_OPTIONS= export VIRTUAL_ENV_DISABLE_PROMPT=y