mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette publish heroku now uses Python 3.8.6
This commit is contained in:
parent
86823ae6f7
commit
107d0887a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.5")
|
||||
open("runtime.txt", "w").write("python-3.8.6")
|
||||
|
||||
if branch:
|
||||
install = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue