It would be great if there were wheels published to PyPI for 32bit platforms for projects that support 32bit platforms. This is primarily a request to just to add builds for i686 manylinux and win32 wheels.
I took a look at doing this but got a bit lost in all the conda specific tooling to do the build and wasn't sure how to setup the machinery to setup a 32 bit conda env. For other projects where I've done this I've used https://github.com/joerick/cibuildwheel/ to build the wheels which automates the builds in CI.
It would be great if there were wheels published to PyPI for 32bit platforms for projects that support 32bit platforms. This is primarily a request to just to add builds for i686 manylinux and win32 wheels.
I took a look at doing this but got a bit lost in all the conda specific tooling to do the build and wasn't sure how to setup the machinery to setup a 32 bit conda env. For other projects where I've done this I've used https://github.com/joerick/cibuildwheel/ to build the wheels which automates the builds in CI.