Get python back a minor version 3.12->3.11 The previous bump to 3.12 generated a pip error [1] on gae-deploy builder. Looking up the failing grpcio wheel [2] we found no version for python 3.12 but we were able to find one for 3.11. [1] https://logs.chromium.org/logs/infradata-gae/buildbucket/cr-buildbucket/8730733229235940657/+/u/actuating_chrome-devtools-frontend-stg/deploying/stdout [2] https://chromium.googlesource.com/infra/infra/+/HEAD/infra/tools/dockerbuild/wheels.md#Wheel-List-grpcio Bug: 379873138 Change-Id: Idaeec9ac48636b12057c8d77b9acda87353ebebd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/6039767 Commit-Queue: Liviu Rau <liviurau@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> 
2 files changed
tree: 9a67efcbf73e4d1c1297c7106bf9e1143fae5299
  1. gae_py3/
  2. .gitignore
  3. codereview.settings
  4. OWNERS
  5. README.md
  6. WATCHLISTS
  7. whitespace.txt
README.md

This repo contains:

  • the infra for serving the devtools frontend from Google's app engine (gae_py3)

See this README and go/devtools-hosting-app for details.

go/devtools-uploader references to a deprecated version of this app.