ijl / orjson

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Apache License 2.0
6.29k stars 215 forks source link

Build Python 3.13 wheels on non-amd64 Linux #523

Closed rouge8 closed 1 month ago

rouge8 commented 1 month ago

I noticed there aren't any wheels for Python 3.13 on aarch64 for Linux.

ijl commented 1 month ago

It's necessary to either contribute to, or create a replacement for, manylinux-cross, or to reimplement the emulated pipeline, and then to run the tests.