Skip to content

Commit c5e64c1

Browse files
committed
release: 0.29.0
1 parent b07ace1 commit c5e64c1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false # If one platform fails, allow the rest to keep testing.
5151
matrix:
52-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
52+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15-dev", "3.15t-dev"]
5353
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
5454
rust: [stable]
5555
include:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## Unreleased
1+
## 0.29.0 - 2026-05-12
2+
23
- Update `pyo3` to 0.29.
4+
- Support serializing `i128` and `u128`.
35

46
## 0.28.0 - 2026-02-18
57

0 commit comments

Comments
 (0)