We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cbfe1 commit 12d32b1Copy full SHA for 12d32b1
1 file changed
doc/source/whatsnew.rst
@@ -5,14 +5,15 @@ What's New
5
v1.18.0.dev0
6
============
7
8
-* Added support for free threaded Python. (`XXX`)
+* Added support for free threaded Python. (`#178`_)
9
Note that the free-threaded build does not yet support building extensions
10
with the limited API, so you must set py_limited_api=False when building
11
extensions for the free-threaded build.
12
* Added support for Python 3.14. (`#177`_)
13
* WIP
14
15
.. _`#177`: https://github.com/python-cffi/cffi/pull/177
16
+.. _`#178`: https://github.com/python-cffi/cffi/pull/178
17
18
v1.17.1
19
=======
0 commit comments