1
0
mirror of https://github.com/ilri/csv-metadata-quality-web.git synced 2025-07-08 23:32:25 +02:00

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

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