1
0
mirror of https://github.com/ilri/csv-metadata-quality-web.git synced 2025-05-01 02:47:42 +02:00

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,2 +1,2 @@
runtime: python38
runtime: python39
entrypoint: gunicorn -b :$PORT main:app