pitrou commented on code in PR #43965:
URL: https://github.com/apache/arrow/pull/43965#discussion_r1763279410
##########
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:
Can you add a reference to https://github.com/numpy/numpy/issues/26157 ?
--
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]