mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Deploy to Heroku with Python 3.6.3
Heroku deploys are currently showing the following warning:
The latest version of Python 3 is python-3.6.3 (you are using python-3.6.2, which is unsupported).
We recommend upgrading by specifying the latest version (python-3.6.3).
This commit is contained in:
parent
2edc652df6
commit
68a34bc222
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ def temporary_heroku_directory(files, name, metadata, extra_options, branch, tem
|
|||
if metadata_content:
|
||||
open('metadata.json', 'w').write(json.dumps(metadata_content, indent=2))
|
||||
|
||||
open('runtime.txt', 'w').write('python-3.6.2')
|
||||
open('runtime.txt', 'w').write('python-3.6.3')
|
||||
|
||||
if branch:
|
||||
install_from = 'https://github.com/simonw/datasette/archive/{branch}.zip'.format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue