Bump pyzmq to 27.2.0 for free-threaded Python 3.15 wheels - #480
Merged
Conversation
pyzmq 27.1.0 ships no cp315t wheel, so Poetry builds it from the sdist and Cython rejects the sources. 27.2.0 ships a cp315t wheel.
blink1073
marked this pull request as ready for review
August 23, 2026 09:44
blink1073
enabled auto-merge (squash)
August 23, 2026 09:44
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #480 +/- ##
=======================================
Coverage 93.56% 93.56%
=======================================
Files 51 51
Lines 2982 2982
Branches 414 414
=======================================
Hits 2790 2790
Misses 129 129
Partials 63 63 🚀 New features to boost your workflow:
|
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.
References
Fixes the
Test (Python 3.15t)failure in https://github.com/Calysto/metakernel/actions/runs/32607477560Description
The nightly
Test (Python 3.15t)job fails while installing dependencies. pyzmq 27.1.0 ships nocp315twheel, so Poetry falls back to the sdist, and Cython rejects those sources with'hint' redeclaredand'c_addr' redeclared. pyzmq 27.2.0 ships acp315twheel, so nothing is built from source.Changes
poetry.lock.Backwards-incompatible changes
None
Testing
just test: 498 passed, 69 skipped.just typing: no issues in 114 source files.just lint: all hooks passed.AI usage