Skip to content

Commit dfd3a10

Browse files
chore: update python version in release.sh (#3744)
* chore: update python version in release.sh * update release.sh comment
1 parent 712c6bf commit dfd3a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kokoro/ubuntu/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ gsutil -q cp "gs://ct4e-m2-repositories-for-kokoro/m2-cache.tar" - \
1313
export CLOUDSDK_CORE_DISABLE_USAGE_REPORTING=true
1414
gcloud components update --quiet
1515

16-
# More recent Cloud SDK requires Python 3.5 (b/194714889)
16+
# More recent Cloud SDK requires Python 3.8 - 3.12
1717
if [ -z "$CLOUDSDK_PYTHON" ]; then
18-
export CLOUDSDK_PYTHON=python3.5
18+
export CLOUDSDK_PYTHON=python3.12
1919
fi
2020
gcloud components install app-engine-java --quiet
2121

0 commit comments

Comments
 (0)