Unverified Commit c718a86f authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

google-cloud-sdk-gce: unpin the python version
parents 6ec5b523 159f903e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8728,7 +8728,7 @@ with pkgs;
    python = python3;
  };
  google-cloud-sdk-gce = google-cloud-sdk.override {
    python = python38;
    python = python3;
    with-gce = true;
  };