feat: include free-threaded 3.14 by default#2503
Merged
Conversation
This is no longer experimental in 3.13 beta 3, so we don't need an enable for it anymore. Someone can skip expliclity with `'cp31?t-*'` if they really don't want free-threaded wheels. Signed-off-by: Henry Schreiner <[email protected]>
Czaki
approved these changes
Jul 19, 2025
joerick
approved these changes
Jul 19, 2025
11 tasks
vfazio
added a commit
to vfazio/libgpiod
that referenced
this pull request
Aug 23, 2025
Configure cibuildwheel to ignore generating free-threaded wheels as they are generated by default starting with CPython 3.14 [0]. The Python bindings do not currently support free-threaded builds [1]. [0]: pypa/cibuildwheel#2503 [1]: brgl#117 Signed-off-by: Vincent Fazio <[email protected]>
vfazio
added a commit
to vfazio/libgpiod
that referenced
this pull request
Aug 24, 2025
Configure cibuildwheel to ignore generating free-threaded wheels as they are generated by default starting with CPython 3.14 [0] and the bindings do not currently support free-threaded builds [1]. [0]: pypa/cibuildwheel#2503 [1]: brgl#117 Signed-off-by: Vincent Fazio <[email protected]>
brgl
pushed a commit
to brgl/libgpiod
that referenced
this pull request
Sep 26, 2025
Update cibuildwheel to add support for generating 3.14 wheels. Configuration options for cibuildwheel have been moved to pyproject.toml to keep it in line with other tools used by the bindings. The configuration has been updated to skip generating free-threaded wheels since the bindings do not support free-threaded builds [0] and cibuildwheel generates them by default starting with CPython3.14 [1]. [0]: #117 [1]: pypa/cibuildwheel#2503 Closes: #138 Signed-off-by: Vincent Fazio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
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.
This is no longer experimental in 3.13 beta 3, so we don't need an enable for it anymore. Someone can skip expliclity with
'cp31?t-*'if they really don't want free-threaded wheels.