mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use python-3.6.7 runtime for Heroku deploys
This commit is contained in:
parent
3de8fac1d3
commit
54a59b9fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue