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