Skip to content

Commit

Permalink
Updated CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Simionato committed Feb 22, 2025
1 parent 2e1d155 commit 930ef0f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ HISTORY

## Unreleased

Dropped support for Python < 3.7 and added support for Python 3.11 and 3.12.
## 5.2.0 (2025-02-22)

Changed the build procedure to use pyproject.toml and moved the tests
outside of the generated wheel/tarball.

Added official support for Python 3.11, 3.12, 3.13 (thanks to Hugo van
Kemenade).

Dropped official support for Python < 3.8: the module is
expected to work on older Python versions, but I cannot test such
versions on GitHub actions, so I cannot claim that it is officially
supported.

Dafu Wu provided support for decorating partial functions, i.e.
functions wrapped by functools.partial.

## 5.1.1 (2022-01-07)

Expand Down

0 comments on commit 930ef0f

Please sign in to comment.