mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Support Python 3.14: Build and upload wheels to PyPI #551
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @5j9 on GitHub (Oct 10, 2025).
@radarhere commented on GitHub (Oct 10, 2025):
You may be interested in following an existing discussion at https://github.com/google/brotli/issues/1327#issuecomment-3380232230
@anthrotype commented on GitHub (Oct 11, 2025):
we can build and ship the 3.14 wheels in the next release, however if we also wish to fully support the new experimental free-threaded Python 3.14 (with GIL disabled) the brotli C extension may need adjusting, see
https://docs.python.org/3/howto/free-threading-python.html
https://py-free-threading.github.io/porting-extensions/#declaring-free-threaded-support
@ngoldbaum commented on GitHub (Oct 14, 2025):
Hi, I'm one of the authors of the second link you posted. If you have any questions or need support in getting this done, our team at Quansight is able to help. We'd really like to be able to ship cp314t wheels.
@alexprengere commented on GitHub (Nov 6, 2025):
This can now be closed as 3.14 wheels are available on PyPI, see here