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 linux aarch64 wheel build support #49

Closed odidev closed 3 years ago

odidev commented 3 years ago

Add linux aarch64 wheel build support.

Related to https://github.com/SethMMorton/fastnumbers/issues/48 @SethMMorton Could you please review this PR?

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (ddbed05) into master (1d27d2f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   95.51%   95.51%           
=======================================
  Files           6        6           
  Lines        1047     1047           
=======================================
  Hits         1000     1000           
  Misses         47       47           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1d27d2f...ddbed05. Read the comment docs.

SethMMorton commented 3 years ago

@odidev I would be happy to merge this in if you also add aarch64 to the testing matrix as well, just so we can be sure that there are no surprises.

odidev commented 3 years ago

@odidev I would be happy to merge this in if you also add aarch64 to the testing matrix as well, just so we can be sure that there are no surprises.

@SethMMorton I have added the testing matrix. Could you please review it?

SethMMorton commented 3 years ago

Wow, those tests are not fast. But they work!