app.yaml: Use Python 3.9

Python 3.9 is apparently now generally available.
This commit is contained in:
2021-03-13 14:12:14 +02:00
parent f79be86361
commit 4bdec3b889

View File

@ -1,2 +1,2 @@
runtime: python38
runtime: python39
entrypoint: gunicorn -b :$PORT main:app