We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243e99a commit aa8403cCopy full SHA for aa8403c
appengine/flexible/hello_world/app.yaml
@@ -18,6 +18,7 @@ entrypoint: gunicorn -b :$PORT main:app
18
19
runtime_config:
20
operating_system: ubuntu24
21
+ runtime_version: 3.12
22
23
# This sample incurs costs to run on the App Engine flexible environment.
24
# The settings below are to reduce costs during testing and are not appropriate
appengine/flexible/hello_world/requirements.txt
@@ -1,5 +1,2 @@
1
-Flask==3.0.3; python_version > '3.6'
2
-Flask==2.3.3; python_version < '3.7'
3
-Werkzeug==3.0.3; python_version > '3.6'
4
-Werkzeug==2.3.8; python_version < '3.7'
5
-gunicorn==23.0.0
+Flask==3.0.3
+gunicorn==22.0.0
0 commit comments