Commit 930ef0f Michele Simionato
committed
1 parent 2e1d155 commit 930ef0f Copy full SHA for 930ef0f
File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## Unreleased
5
5
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.
7
21
8
22
## 5.1.1 (2022-01-07)
9
23
You can’t perform that action at this time.
0 commit comments