SethMMorton / fastnumbers

Super-fast and clean conversions to numbers for Python.
https://pypi.org/project/fastnumbers/
MIT License
105 stars 13 forks source link

Add support to release Linux aarch64 wheels #48

Closed odidev closed 3 years ago

odidev commented 3 years ago

Problem

On aarch64, ‘pip install fastnumbers’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install fastnumbers’ should download the wheels from pypi

@SethMMorton Please let me know your interest in releasing aarch64 wheels. I can help in this.

SethMMorton commented 3 years ago

Closed with the merging of #49.