MagicStack / immutables

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

Add support to release aarch64 wheels #63

Closed odidev closed 3 years ago

odidev commented 3 years ago

Problem

On aarch64, pip install immutables builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it take some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, pip install immutables should download the wheels from pypi

@fantix, please let me know your interest on releasing aarch64 wheels. I can help in this.

odidev commented 3 years ago

@fantix, could you please let me know your thought here? Thanks in advance.