CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

Bug: Gcloud fails on machine with Python 3.10 #45

Closed Jaryt closed 1 year ago

Jaryt commented 2 years ago

Orb version 2.4.1

What happened

A python feature has been deprecated and removed in 3.10, which causes gcloud to fail.

Expected behavior

Choose a version prior to 3.10 depending on the conditions of the image.