publish heroku now deploys with Python 3.8.3

pull/844/head
Simon Willison 2020-06-11 08:44:44 -07:00
rodzic ce4958018e
commit 371170eee8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -167,7 +167,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.0")
open("runtime.txt", "w").write("python-3.8.3")
if branch:
install = [