mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade Heroku runtime to python-3.8.10
This commit is contained in:
parent
4545120c92
commit
1a8972f9c0
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ def temporary_heroku_directory(
|
|||
fp.write(json.dumps(metadata_content, indent=2))
|
||||
|
||||
with open("runtime.txt", "w") as fp:
|
||||
fp.write("python-3.8.7")
|
||||
fp.write("python-3.8.10")
|
||||
|
||||
if branch:
|
||||
install = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue