Skip to content

Commit 9eb88c6

Browse files
committed
update changelog, compatibility classifiers
1 parent 4769feb commit 9eb88c6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
## 0.10.5 (2026-08-04)
3+
## 0.10.5 (2026-08-07)
44

55
- Add binary wheels for Python 3.15.
6+
- Clarified comparison between ceil/expand and floor/trunc rounding modes
7+
in docs (Thanks to @LilyFirefly)
68

79
## 0.10.4 (2026-08-02)
810

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
2525
"Programming Language :: Python :: 3.14",
26+
"Programming Language :: Python :: 3.15",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Programming Language :: Python :: Implementation :: PyPy",
2829
"Programming Language :: Python :: Free Threading :: 2 - Beta",

0 commit comments

Comments
 (0)