codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
260 stars 58 forks source link

Update CI build system (GitHub Action) for wheels. #102

Closed regcs closed 2 years ago

regcs commented 2 years ago

Enables Apple Silicon compatibility (#88, #89) and Python 3.10 (#98).

@codypiersall Maybe you want to merge that into the original repository and upload the new wheels to PyPi? That way, it would be easier for people to keep using the current version of pynng (e.g., in Python 3.10 and on M1 Macs).

codypiersall commented 2 years ago

Thanks for this PR! If the CI passes I'll merge it, and cut a new (micro) release just to upload wheels.

regcs commented 2 years ago

Great, thank you! :)

codypiersall commented 2 years ago

Thanks for this, it looks great!