-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Environment:
- Operating System: macOS (Apple M1)
- Python Version: Python 3.12.3
- pip Version: pip 24.0
Description:
Following the successful resolution of the previous issue regarding ARM-compatible wheels for M1 Macs, I have an additional request. It would be highly beneficial if support for the manylinux aarch64.whl could be added. This would greatly aid in testing the library in Docker environments and ensure compatibility across different systems.
Steps to Reproduce:
- Attempt to install the library in a Docker environment on an ARM architecture machine.
- Encounter issues due to the lack of manylinux aarch64.whl support.
Expected Behavior:
The library should install successfully in Docker environments on ARM architecture with the addition of manylinux aarch64.whl support.
Additional Context:
Adding this support would greatly enhance the usability and testing capabilities of the library across diverse environments.
Thank you for considering this request and for your continued support!
Best regards,
@0xAndrii