MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

Use cibuildwheel to build wheels #70

Closed elprans closed 3 years ago

elprans commented 3 years ago

The cibuildwheel infra seems to be mature enough, so use it for the wheel-building step instead of the homegrown setup. This gives us 32-bit and ARM wheels for free.

Fixes: #44 Fixes: #63