From 2e37d6ae55a7c4bbae8ee422dd8bea6e2856fb83 Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 17 Jun 2026 17:46:46 -0700 Subject: [PATCH] fix: address inconsistent runtime_version with ubuntu --- appengine/flexible/hello_world/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/hello_world/app.yaml b/appengine/flexible/hello_world/app.yaml index 8a9b1e1763b..1514a56cb84 100644 --- a/appengine/flexible/hello_world/app.yaml +++ b/appengine/flexible/hello_world/app.yaml @@ -18,7 +18,7 @@ entrypoint: gunicorn -b :$PORT main:app runtime_config: operating_system: ubuntu24 - runtime_version: 3.12 + runtime_version: 3.14 # This sample incurs costs to run on the App Engine flexible environment. # The settings below are to reduce costs during testing and are not appropriate