Skip to content

Commit

Permalink
publish heroku now uses python-3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 23, 2021
1 parent 5378f02 commit 25c2933
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 @@ -173,7 +173,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.6")
open("runtime.txt", "w").write("python-3.8.7")

if branch:
install = [
Expand Down

0 comments on commit 25c2933

Please sign in to comment.