Skip to content

Commit

Permalink
chore: use python 3.8 in release scripts (#3746)
Browse files Browse the repository at this point in the history
* chore: use python 3.10 in release scripts

* use python 3.8
  • Loading branch information
diegomarquezp authored Feb 14, 2024
1 parent 30d58f2 commit c16b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/ubuntu/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gcloud components update --quiet

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

Expand Down

0 comments on commit c16b97a

Please sign in to comment.