-
Notifications
You must be signed in to change notification settings - Fork 15
Description
👋 Hi. Thanks for making xeus-python. Would it be possible to support manylinux2014_aarch64 wheels on PyPI? As there aren't any available at the moment for v0.15.0 this means that it isn't possible to install xeus-python when doing a multi-platform docker buildx build (--platform linux/amd64,linux/arm64) to provide Docker images that can run without heavy emulation on M1/M2 Macs without having to build xeus-python from source.
I appreciate that you have limited space on PyPI and that each additional architecture supported brings with it additional maintenance burden and time, so I fully appreciate that this might not be in scope (:+1:), but I do think it would be useful.
edit: My guess is that this is probably out of scope for the time being given jupyter-xeus/xeus-python#513 (comment). Though would you be willing to adopt cibuildwheel to make such a PR feasible for these additional wheels?