publish heroku now deploys with Python 3.8.5

This commit is contained in:
Simon Willison 2020-08-18 13:49:13 -07:00 committed by GitHub
commit b21ed237ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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