ndabas opened a new pull request, #3181: URL: https://github.com/apache/iceberg-rust/pull/3181
## What changes are included in this PR? Adds Windows ARM64 wheels in the PyPI workflows. It's a trivial change because the workflows are fairly well-structured already, so I did not create an issue for discussion beforehand. ## Are these changes tested? Similar to most other wheels generated in the PyPI workflows, the test is simply to try and install the built wheels, which [passes on my fork](https://github.com/ndabas/iceberg-rust/actions/runs/34367954562). I should note that while the Bindings Python CI workflow currently only tests on a small subset of all supported platform and architecture combinations, so it doesn't make sense to add Windows ARM64 there, currently that would certainly fail because there is no win_arm64 binary wheel available for PyArrow. As that is not a runtime dependency, the wheels should work fine in any case. (This is similar to the linux armv7l case, which also does not have PyArrow wheels available and isn't tested beyond "it compiles".) ## AI Disclosure No AI was used for these changes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
