tobgu / pyrsistent

Persistent/Immutable/Functional data structures for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please support aarch64 wheels

gilbahat opened this issue · comments

Hi,

Please add support for linux/aarch64 wheel releases. This configuration is popular for containers running on AWS Graviton instances or containers running on mac M1/M2 laptops.

As you are already using the cibuildwheel builder, this can be achieved with simple settings for it: https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation

This is now released as part of 0.19.1. Please test.