@@ -41,10 +41,11 @@ Releases follow semantic versioning and serializing a new object type
4141without an opt-in flag is considered a breaking change.
4242
4343orjson contains source code licensed under the Mozilla Public License 2.0,
44- Apache 2.0, and MIT licenses. The repository and issue tracker is
45- [ github.com/ijl/orjson] ( https://github.com/ijl/orjson ) , and patches may be
46- submitted there. There is a
47- [ CHANGELOG] ( https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
44+ Apache 2.0, and MIT licenses. The repository from which PyPI artifacts are
45+ published is [ github.com/ijl/orjson] ( https://github.com/ijl/orjson ) and an
46+ alternative repository is [ codeberg.org/ijl/orjson] ( https://codeberg.org/ijl/orjson ) .
47+ There is no open issue tracker or pull requests due to signal-to-noise ratio.
48+ There is a [ CHANGELOG] ( https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
4849available in the repository.
4950
50511 . [ Usage] ( https://github.com/ijl/orjson?tab=readme-ov-file#usage )
@@ -1076,14 +1077,14 @@ The recommended build command is:
10761077maturin build --release --strip
10771078```
10781079
1079- The project's own CI tests against ` nightly-2025-12-01 ` and stable 1.89. It
1080+ The project's own CI tests against ` nightly-2026-01-28 ` and stable 1.89. It
10801081is prudent to pin the nightly version because that channel can introduce
10811082breaking changes. There is a significant performance benefit to using
10821083nightly.
10831084
1084- orjson is tested on native hardware for amd64, aarch64, and i686 on Linux and
1085- for arm7, ppc64le, and s390x is cross-compiled and may be tested via
1086- emulation. It is tested for aarch64 on macOS and cross-compiles for amd64. For
1085+ orjson is tested on native hardware for amd64, aarch64, and i686 on Linux. It is
1086+ cross-compiled and may be tested via emulation for arm7, ppc64le, and s390x. It
1087+ is tested for aarch64 on macOS and cross-compiles for amd64. For
10871088Windows it is tested on amd64, i686, and aarch64.
10881089
10891090There are no runtime dependencies other than libc.
0 commit comments