From 54a59b9fdb40b9c86ff065a5b7047e6ef305bc22 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 16 Dec 2018 12:53:00 -0800 Subject: [PATCH] Use python-3.6.7 runtime for Heroku deploys --- datasette/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasette/utils.py b/datasette/utils.py index 1033535b..b0f74f0d 100644 --- a/datasette/utils.py +++ b/datasette/utils.py @@ -413,7 +413,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.6.6') + open('runtime.txt', 'w').write('python-3.6.7') if branch: install = ['https://github.com/simonw/datasette/archive/{branch}.zip'.format(