pypa / cibuildwheel

🎡 Build Python wheels for all the platforms with minimal configuration.
https://cibuildwheel.pypa.io
Other
1.87k stars 238 forks source link

Add support for Android and iOS #1960

Open timrid opened 3 months ago

timrid commented 3 months ago

Are there plans to support Android and iOS wheels as well?

For Python 3.13, iOS (PEP730) and Android (PEP738) will also be supported. It would be practical to be able to easily create wheels for these platforms.

henryiii commented 3 months ago

I think that the BeeWare folks plans to help support this in cibuildwheel, I was told later this year at PyCon.

freakboy3742 commented 2 weeks ago

Confirming that yes, we (the BeeWare folks) are working on this. I've got an initial WIP branch with iOS support, which is sufficient to get a simple project building, but still needs a lot of work. #2062 is the first piece of that work to be upstreamed.