Bump python3.8 → 3.12
Bug: 379873138
Change-Id: Ibef23edb51a6148a8c1cf48640cf9d705d4839dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/6033197
Commit-Queue: Alexander Schulze <[email protected]>
Reviewed-by: Michael Achenbach <[email protected]>
diff --git a/gae_py3/.vpython3 b/gae_py3/.vpython3
index b094b78..74636f6 100644
--- a/gae_py3/.vpython3
+++ b/gae_py3/.vpython3
@@ -7,13 +7,13 @@
# Run `./tools/generate_requirements_txt.py` after modifying this file.
-python_version: "3.8"
+python_version: "3.12"
# The default set of platforms vpython checks for
verify_pep425_tag: [
- {python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"},
- {python: "cp38", abi: "cp38", platform: "linux_arm64"}
+ {python: "cp312", abi: "cp312", platform: "manylinux1_x86_64"},
+ {python: "cp312", abi: "cp312", platform: "linux_arm64"}
]
# Flask and its transitive dependencies
diff --git a/gae_py3/app.yaml b/gae_py3/app.yaml
index 6ea2ee7..f49f3b0 100644
--- a/gae_py3/app.yaml
+++ b/gae_py3/app.yaml
@@ -1,4 +1,4 @@
-runtime: python38
+runtime: python312
instance_class: F4