From e43af49808ce64e37d659552065674aa67827a92 Mon Sep 17 00:00:00 2001 From: luckman212 <1992842+luckman212@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:14:30 -0400 Subject: [PATCH] update awscli.rb to reflect that it now supports python3.12 --- Formula/a/awscli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/awscli.rb b/Formula/a/awscli.rb index 4b1e24214261..a50c4629bd4a 100644 --- a/Formula/a/awscli.rb +++ b/Formula/a/awscli.rb @@ -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" @@ -100,7 +100,7 @@ class Awscli < Formula end def python3 - which("python3.11") + which("python3.12") end def install