Skip to content

Commit

Permalink
chore: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 28, 2024
1 parent a4a511e commit 3b350bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
6.1 (unreleased)
================

- C extension now enables multi-phase module initialization (PEP 489).
For CPython >= 3.11, the ``hookable`` type is now a heap-allocated
type. See:
https://docs.python.org/3.13/howto/isolating-extensions.html

- Add preliminary support for Python 3.13 as of 3.13a5.

- Build windows wheels on GHA.
Expand Down

0 comments on commit 3b350bd

Please sign in to comment.