app.yaml: Use Python 3.9

Python 3.9 is apparently now generally available.
This commit is contained in:
Alan Orth 2021-03-13 14:12:14 +02:00
parent f79be86361
commit 4bdec3b889
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

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