From 6da12f568c5848abb6d432cdf7d1c36ad3308a19 Mon Sep 17 00:00:00 2001 From: Delio Castillo Date: Fri, 2 Jun 2017 11:13:04 -0700 Subject: [PATCH] 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. --- {{cookiecutter.project_slug}}/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/runtime.txt b/{{cookiecutter.project_slug}}/runtime.txt index 5486d7adb..c91e43be5 100644 --- a/{{cookiecutter.project_slug}}/runtime.txt +++ b/{{cookiecutter.project_slug}}/runtime.txt @@ -1 +1 @@ -python-3.5.3 +python-3.6.1