Build wheels for Python 3.14#309
Merged
Merged
Conversation
cclauss
commented
Oct 7, 2025
Member
|
Looks like this gives a number of build failures currently. |
Caution: The new `compression` module in Python >= 3.14 Standard Library causes compatibility problems. * https://docs.python.org/3.14/library/compression.html * python-lz4#302 * python-lz4#303 * python-lz4#308 --- Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 * https://docs.python.org/3.14/whatsnew/3.14.html What's new in Python 3.14: ___PEP 784: Adding Zstandard to the standard library___ * https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-pep784
Member
|
Thanks for fixing those! |
jonathanunderwood
approved these changes
Oct 20, 2025
|
hello, I want to use python 3.14 wheels on windows. when it will be released on pypi ? thank u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Caution: The new
compressionmodule in Python >= 3.14 Standard Library causes compatibility problems.ImportError when attempting to test with Python 3.14 #302Correct the import of _compression for Python 3.14 #303What's new in Python 3.14: PEP 784: Adding Zstandard to the standard library
macos-13-->macos-15-intel