ijl / orjson

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

Support for CPython 3.13 #494

Closed jm-nab closed 5 months ago

jm-nab commented 5 months ago

PyO3 recently released and is testing for 3.13:

Any suggestions on how to fork and test orjson with this newer version?