mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to Python 3.11 on Heroku, refs #1905
This commit is contained in:
parent
9cca381033
commit
a93ccc63c7
2 changed files with 10 additions and 3 deletions
|
|
@ -194,7 +194,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.10")
|
||||
fp.write("python-3.11.0")
|
||||
|
||||
if branch:
|
||||
install = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue