Merge pull request #254164 from natsukium/google-cloud-sdk-gce/unpin-python

google-cloud-sdk-gce: unpin the python version
This commit is contained in:
OTABI Tomoya 2023-09-13 10:57:32 +09:00 committed by GitHub
commit c718a86fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8728,7 +8728,7 @@ with pkgs;
python = python3;
};
google-cloud-sdk-gce = google-cloud-sdk.override {
python = python38;
python = python3;
with-gce = true;
};