Add runtime.txt

Apparently to deploy on Heroku we need this. And they only support
Python 3.7? Damn...
This commit is contained in:
Alan Orth 2021-03-14 12:24:03 +02:00
parent 8f6d337d2d
commit 73a13145b6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
pytohn-3.7.8