diff --git a/{{cookiecutter.repo_name}}/runtime.txt b/{{cookiecutter.repo_name}}/runtime.txt index 40b97bf81..84c90354c 100644 --- a/{{cookiecutter.repo_name}}/runtime.txt +++ b/{{cookiecutter.repo_name}}/runtime.txt @@ -1,3 +1,5 @@ {% if cookiecutter.use_python2 == 'n' -%} python-3.5.1 +{% else %} +python-2.7.10 {%- endif %}