Skip to content

Commit

Permalink
Temporary pin Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 10, 2024
1 parent 42b2409 commit be014ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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"
brew "python@3.12"
brew "rapidjson"
brew "re2"
brew "snappy"
Expand Down
1 change: 0 additions & 1 deletion dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
for python_package in $(brew list | grep python@); do
brew install --overwrite ${python_package}
done
brew link --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 be014ee

Please sign in to comment.