TkTech / pysimdjson

Python bindings for the simdjson project.
https://pysimdjson.tkte.ch
Other
643 stars 54 forks source link

Add linux aarch64 wheel build support #89

Closed odidev closed 2 years ago

odidev commented 2 years ago

Add linux aarch64 wheel build support.

Related to https://github.com/TkTech/pysimdjson/issues/88 @TkTech Could you please review this PR?

TkTech commented 2 years ago

Closing this in favor of the work in the "aarch64" branch, which is migrating the build workflow to use cibuildwheel, and will also expand the range of platforms we build binary wheels for. It adds python 3.10, as well as PowerPC and aarch binaries. There are still some small changes to make, but I'm on vacation until Tuesday.

Thanks for your hard work, this PR was great inspiration to get this done.