Skip to content

Commit c16b97a

Browse files
chore: use python 3.8 in release scripts (#3746)
* chore: use python 3.10 in release scripts * use python 3.8
1 parent 30d58f2 commit c16b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/ubuntu/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gcloud components update --quiet
1515

1616
# More recent Cloud SDK requires Python 3.8 - 3.12
1717
if [ -z "$CLOUDSDK_PYTHON" ]; then
18-
export CLOUDSDK_PYTHON=python3.12
18+
export CLOUDSDK_PYTHON=python3.8
1919
fi
2020
gcloud components install app-engine-java --quiet
2121

0 commit comments

Comments
 (0)