Skip to content

DOCSP-44317: Adding Support for Free-threaded Python #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,25 @@ What's New

Learn what's new in:

* :ref:`Version 4.11 <version-4.11>`
* :ref:`Version 4.10 <version-4.10>`
* :ref:`Version 4.9 <version-4.9>`
* :ref:`Version 4.8 <version-4.8>`
* :ref:`Version 4.7 <version-4.7>`

.. _upcoming-breaking-changes:

.. _version-4.11:

What's New in 4.11
------------------

The {+driver-short+} v4.11 release includes the following new features:

- Adds support for free-threaded CPython when running Python v3.13+.
For more information about free threading, see the
`Python documentation <https://docs.python.org/3/howto/free-threading-python.html>`__.

.. _version-4.10:

What's New in 4.10
Expand Down
Loading