Skip to content

Commit

Permalink
publish heroku now deploys with Python 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 18, 2020
1 parent 5e0b722 commit b21ed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/publish/heroku.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b21ed23

Please sign in to comment.