From 371170eee8d1659437e42c8ee267cb4b2abcffb5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Jun 2020 08:44:44 -0700 Subject: [PATCH] publish heroku now deploys with Python 3.8.3 --- datasette/publish/heroku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasette/publish/heroku.py b/datasette/publish/heroku.py index 4db81d8e..7adf9d92 100644 --- a/datasette/publish/heroku.py +++ b/datasette/publish/heroku.py @@ -167,7 +167,7 @@ def temporary_heroku_directory( if metadata_content: open("metadata.json", "w").write(json.dumps(metadata_content, indent=2)) - open("runtime.txt", "w").write("python-3.8.0") + open("runtime.txt", "w").write("python-3.8.3") if branch: install = [