From f2591dee89258232c29ef13800d7ca0495fd851c Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Thu, 18 Jan 2024 19:30:00 +0100 Subject: [PATCH] chore: Bump Python from 3.7 to 3.12 (#7791) 3.7 is not supported from 31 January. Failure to upgrade appears to result in the inability to push new versions. 3.12 is the latest available Python version for App Engine, and should last the longest. Tested on DOM-Tutorials and Glockenspiel. No issues there. --- appengine/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/app.yaml b/appengine/app.yaml index 1778f2b93..9c93fb687 100644 --- a/appengine/app.yaml +++ b/appengine/app.yaml @@ -1,4 +1,4 @@ -runtime: python37 +runtime: python312 handlers: # Redirect obsolete URLs.