darvid / python-hyperscan

🐍 A CPython extension for the Hyperscan regular expression matching library.
https://python-hyperscan.readthedocs.io/en/latest/
MIT License
165 stars 28 forks source link

build: :package: update cibuildwheel configuration to support aarch64 #115

Closed darvid closed 7 months ago

naikaayushnz commented 7 months ago

Hi @darvid, will there be a v0.8.0 that adds support for linux arm? Currently I see that only macos arm wheels are part of v0.7.0

darvid commented 7 months ago

yes i will hopefully add aarch64 linux wheels today, should be the same release version (0.7.0)

naikaayushnz commented 7 months ago

Hi @darvid, just saw the linux arm wheels, thank you for this. Also noticed that the wheels for linux are not for CPython and only PyPy, will cp wheels be added?

darvid commented 7 months ago

aahhh running into some weird cache issues with github actions, standby

darvid commented 7 months ago

in the meantime the cpython/arm wheels do appear to have been built, you should be able to manually download them from here: https://github.com/darvid/python-hyperscan/actions/runs/7735299242