lysnikolaou commented on code in PR #43965:
URL: https://github.com/apache/arrow/pull/43965#discussion_r1763328729
##########
docker-compose.yml:
##########
@@ -1175,6 +1177,25 @@ services:
CHECK_WHEEL_CONTENT: "ON"
command: /arrow/ci/scripts/python_wheel_unix_test.sh /arrow
+ # TODO: Remove this when the official Docker Python image supports the
free-threaded build
Review Comment:
Added.
##########
dev/tasks/tasks.yml:
##########
@@ -435,21 +438,25 @@ tasks:
{% endfor %}
- wheel-macos-monterey-{{ python_tag }}-arm64:
+ wheel-macos-monterey-{{ python_tag }}-{{ abi_tag }}-arm64:
ci: github
template: python-wheels/github.osx.yml
params:
arch: "arm64"
arrow_jemalloc: "OFF"
python_version: "{{ python_version }}"
+ python_abi_tag: "{{ abi_tag }}"
macos_deployment_target: "12.0"
runs_on: "macos-14"
vcpkg_arch: "arm64"
artifacts:
- - pyarrow-{no_rc_version}-{{ python_tag }}-{{ python_tag
}}-macosx_12_0_arm64.whl
+ - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag
}}-macosx_12_0_arm64.whl
{############################## Wheel Windows ################################}
+# TODO: Remove this when there's NumPy wheels for Windows
Review Comment:
Done.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]