Skip to content

Commit 4769feb

Browse files
committed
include py3.15 in wheels now that release candidate is out
1 parent b2452d1 commit 4769feb

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: PyO3/maturin-action@v1
9797
with:
9898
target: ${{ matrix.target }}
99-
args: --release --strip --out dist --interpreter '3.10 3.11 3.12 3.13 3.14 3.14t'
99+
args: --release --strip --out dist --interpreter '3.10 3.11 3.12 3.13 3.14 3.14t 3.15 3.15t'
100100
manylinux: ${{ matrix.manylinux || 'auto' }}
101101
rust-toolchain: "1.93"
102102
- run: uv run twine check --strict dist/*

CHANGELOG.md

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

3+
## 0.10.5 (2026-08-04)
4+
5+
- Add binary wheels for Python 3.15.
6+
37
## 0.10.4 (2026-08-02)
48

59
**Added**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainers = [
77
{name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"},
88
]
99
readme = "README.md"
10-
version = "0.10.4"
10+
version = "0.10.5"
1111
license = "MIT"
1212
description = "Modern datetime library for Python"
1313
requires-python = ">=3.10"

uv.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.

0 commit comments

Comments
 (0)