Skip to content

Commit

Permalink
Force Python 3.13 on initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 10, 2024
1 parent be014ee commit 68b424e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ brew "node"
brew "openssl@3"
brew "pkg-config"
brew "protobuf"
brew "python@3.12"
brew "python"
brew "rapidjson"
brew "re2"
brew "snappy"
Expand Down
4 changes: 1 addition & 3 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ jobs:
# tries to replace /usr/local/bin/2to3 and so on and causes
# a conflict error.
brew update
for python_package in $(brew list | grep python@); do
brew install --overwrite ${python_package}
done
brew install --overwrite python@3.13
brew bundle --file=arrow/cpp/Brewfile
# We want to link aws-sdk-cpp statically but Homebrew's
Expand Down

0 comments on commit 68b424e

Please sign in to comment.