pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.04k stars 92 forks source link

Build and publish aarch64 wheels #100

Closed vermut closed 5 months ago

vermut commented 5 months ago

Could you please add aarch64 to the list of published archs? We, users of HomeAssistant, found out that mandatory upgrade to 3.12 left us without compiled version, and default image doesn't have gcc to build our own. https://github.com/DurgNomis-drol/ha_toyota/issues/258

I'm proposing a PR that I partially tested: https://github.com/vermut/marisa-trie/actions/runs/8959884430, but not full version with mac and win. So I'm not sure about double actions/upload-artifact@v4