Update runtime.txt

The current setting prevents the app from deploying in heroku as it has a version of python which is not supported by the heroku framework. This update fixes the deployment on heroku.
This commit is contained in:
Delio Castillo 2017-06-02 11:13:04 -07:00 committed by GitHub
parent 7762177283
commit 6da12f568c

View File

@ -1 +1 @@
python-3.5.3
python-3.6.1