Skip to content

Commit a4fdeb3

Browse files
committed
3.11.4
1 parent 2e80d68 commit a4fdeb3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## 3.11.4 - 2025-10-24
5+
6+
### Changed
7+
8+
- ABI compatibility with CPython 3.15 alpha 1.
9+
- Publish PyPI wheels for 3.14 and manylinux i686, manylinux arm7,
10+
manylinux ppc64le, manylinux s390x.
11+
- Build now requires a C compiler.
12+
13+
414
## 3.11.3 - 2025-08-26
515

616
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.11.3"
3+
version = "3.11.4"
44
authors = ["ijl <[email protected]>"]
55
edition = "2024"
66
resolver = "3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.11.3"
3+
version = "3.11.4"
44
repository = "https://github.com/ijl/orjson"
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)