Use python-3.6.7 runtime for Heroku deploys

This commit is contained in:
Simon Willison 2018-12-16 12:53:00 -08:00
commit 54a59b9fdb
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -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(