From 21b32adb4cd34a7f80117d194cd0e7cf5d17174c Mon Sep 17 00:00:00 2001 From: mrhappyasthma Date: Thu, 23 Jan 2025 12:34:18 -0800 Subject: [PATCH] Update runtime to python312. 308 was deprecated. --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index f1cad9d..35fbf8f 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -runtime: python38 +runtime: python312 # Limit the number of instances to limit costs to keep it under the free quota. # More details available at: https://cloud.google.com/appengine/docs/managing-costs automatic_scaling: @@ -15,4 +15,4 @@ handlers: - url: /.* script: auto secure: always - redirect_http_response_code: 301 \ No newline at end of file + redirect_http_response_code: 301