From 1a6b4680cba43c28f991149800249ec9f3089e26 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Tue, 8 Oct 2024 10:00:27 +1100 Subject: [PATCH] Add note about free threading wheel variants. --- docs/changes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 69c1fc7..60e8bd0 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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