From 8778cfccc1a7a3ff17f374e79386c7bf47cf6aef Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 14 Nov 2021 18:38:09 +0000 Subject: [PATCH] Upgrade Python runtime for 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 2153d1e15..febc1b8cf 100644 --- a/{{cookiecutter.project_slug}}/runtime.txt +++ b/{{cookiecutter.project_slug}}/runtime.txt @@ -1 +1 @@ -python-3.9.7 +python-3.9.8