Skip to content

Commit

Permalink
python3.8 migration for homebrew (#11803)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhou-msft authored Jan 10, 2020
1 parent ad8d70f commit 347caa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/homebrew/docker/formula_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AzureCli < Formula
{{ bottle_hash }}

depends_on "openssl@1.1"
depends_on "python"
depends_on "python@3.8"

{{ resources }}

Expand Down

0 comments on commit 347caa7

Please sign in to comment.