We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712c6bf commit dfd3a10Copy full SHA for dfd3a10
kokoro/ubuntu/release.sh
@@ -13,9 +13,9 @@ gsutil -q cp "gs://ct4e-m2-repositories-for-kokoro/m2-cache.tar" - \
13
export CLOUDSDK_CORE_DISABLE_USAGE_REPORTING=true
14
gcloud components update --quiet
15
16
-# More recent Cloud SDK requires Python 3.5 (b/194714889)
+# More recent Cloud SDK requires Python 3.8 - 3.12
17
if [ -z "$CLOUDSDK_PYTHON" ]; then
18
- export CLOUDSDK_PYTHON=python3.5
+ export CLOUDSDK_PYTHON=python3.12
19
fi
20
gcloud components install app-engine-java --quiet
21
0 commit comments