Upgrade Heroku runtime to python-3.8.10

This commit is contained in:
Simon Willison 2021-05-27 09:11:03 -07:00 committed by GitHub
commit 1a8972f9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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