Skip to content

Commit

Permalink
Add note about free threading wheel variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 7, 2024
1 parent dab7fc2 commit 1a6b468
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Note that version 1.17.0 drops support for Python 3.6 and 3.7. Python version
* Add `__format__()` method to `ObjectProxy` class to allow formatting of
wrapped object.

* Added C extension internal flag to indicate that `wrapt` should be safe for
Python 3.13 free threading mode. Releases will include free threading variants
of Python wheels. Note that as free threading is new, one should be cautious
about using it in production until it has been more widely tested.

**Bugs Fixed**

* When a normal function or builtin function which had `wrapt.decorator` or a
Expand Down

0 comments on commit 1a6b468

Please sign in to comment.