Skip to content

Commit

Permalink
Merge pull request Homebrew#191025 from onlined/awscli-python-3.12
Browse files Browse the repository at this point in the history
awscli: migrate to `python@3.12`
  • Loading branch information
BrewTestBot authored Sep 18, 2024
2 parents 6bbb171 + 4c84c85 commit d2163ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/a/awscli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Awscli < Formula

depends_on "cmake" => :build
depends_on "cryptography"
depends_on "python@3.11" # Python 3.12 issue: https://github.com/aws/aws-cli/issues/8342
depends_on "python@3.12"

uses_from_macos "libffi"
uses_from_macos "mandoc"
Expand Down Expand Up @@ -100,7 +100,7 @@ class Awscli < Formula
end

def python3
which("python3.11")
which("python3.12")
end

def install
Expand Down

0 comments on commit d2163ff

Please sign in to comment.