pitrou commented on code in PR #43965:
URL: https://github.com/apache/arrow/pull/43965#discussion_r1763264763


##########
ci/scripts/install_python.sh:
##########
@@ -61,15 +62,38 @@ if [ $platform = "macOS" ]; then
     wget "https://www.python.org/ftp/python/${full_version}/${fname}";
 
     echo "Installing Python..."
-    installer -pkg $fname -target /
+    if [[ $2 == "3.13t" ]]; then
+        cat > ./choicechanges.plist <<EOF

Review Comment:
   Is there a URL reference that you can give in comment for this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to