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