cloud-sdk-docker icon indicating copy to clipboard operation
cloud-sdk-docker copied to clipboard

introduce python3 3.11 with the image and make it default

Open SandorSzalma1 opened this issue 1 year ago • 1 comments

current default python3 version with the image: 3.9

current supported python3 version with google-cloud-cli: 3.11, on Linux it comes with the "bundled-python3-unix" component, too. on Windows it is there out of the box.

Would you install this python3 version and make it default?

SandorSzalma1 avatar Mar 28 '24 14:03 SandorSzalma1

@SandorSzalma1 We have bundled python for windows as well and the budled python version 3.11.9. All the docker images should have either bundled-python or python 3 (for ARM architecture the bundled python does not work so we use the python available on the debian image) installed.

anindyatahsin avatar Jan 25 '25 04:01 anindyatahsin