Upgrade to Python 3.11 on Heroku, refs #1905

This commit is contained in:
Simon Willison 2022-11-18 16:44:46 -08:00
commit a93ccc63c7
2 changed files with 10 additions and 3 deletions

View file

@ -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 = [