Skip to content

Commit 930ef0f

Browse files
author
Michele Simionato
committed
Updated CHANGES.md
1 parent 2e1d155 commit 930ef0f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGES.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ HISTORY
33

44
## Unreleased
55

6-
Dropped support for Python < 3.7 and added support for Python 3.11 and 3.12.
6+
## 5.2.0 (2025-02-22)
7+
8+
Changed the build procedure to use pyproject.toml and moved the tests
9+
outside of the generated wheel/tarball.
10+
11+
Added official support for Python 3.11, 3.12, 3.13 (thanks to Hugo van
12+
Kemenade).
13+
14+
Dropped official support for Python < 3.8: the module is
15+
expected to work on older Python versions, but I cannot test such
16+
versions on GitHub actions, so I cannot claim that it is officially
17+
supported.
18+
19+
Dafu Wu provided support for decorating partial functions, i.e.
20+
functions wrapped by functools.partial.
721

822
## 5.1.1 (2022-01-07)
923

0 commit comments

Comments
 (0)