Skip to content

Commit 692f321

Browse files
committed
3.10.17
1 parent f84829d commit 692f321

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

33

4+
## 3.10.17
5+
6+
### Changed
7+
8+
- Publish PyPI Windows aarch64/arm64 wheels.
9+
- ABI compatibility with CPython 3.14 alpha 7.
10+
- Fix incompatibility running on Python 3.13 using WASM.
11+
12+
413
## 3.10.16
514

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

0 commit comments

Comments
 (0)