ijl / orjson

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

Build wheels for python 3.13 #497

Closed davfsa closed 3 months ago

davfsa commented 3 months ago

PyO3 now supports 3.13 thanks to https://github.com/PyO3/pyo3/pull/4184, so wheels for 3.13 can be build too.

A release with the feature has not been released yet, but this PR is open to support it once it has

Closes #494

davfsa commented 3 months ago

@ijl Sorry for bothering, but just had a question.

It seems like you closed both this pr and the issue it was closing as "invalid". Would you mind elaborating on why it is invalid? Is there something I am missing?

I read through https://github.com/ijl/orjson/blob/master/CONTRIBUTING.md and I think I followed it thoroughly