Skip to content

Commit 1d8b352

Browse files
committed
3.10.16
1 parent b0a91df commit 1d8b352

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

33

4+
## 3.10.16
5+
6+
### Changed
7+
8+
- Improve performance of serialization on amd64 machines with AVX-512.
9+
- ABI compatibility with CPython 3.14 alpha 6.
10+
- Drop support for Python 3.8.
11+
- Publish additional PyPI wheels for macOS that target only aarch64, macOS 15,
12+
and recent Python.
13+
14+
415
## 3.10.15
516

617
### Changed

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.10.15"
3+
version = "3.10.16"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

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.10.15"
3+
version = "3.10.16"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.9"
66
classifiers = [

0 commit comments

Comments
 (0)