Skip to content

Bump pyzmq to 27.2.0 for free-threaded Python 3.15 wheels - #480

Merged
blink1073 merged 1 commit into
Calysto:mainfrom
blink1073:update-lock-pyzmq-27.2.0
Aug 23, 2026
Merged

Bump pyzmq to 27.2.0 for free-threaded Python 3.15 wheels#480
blink1073 merged 1 commit into
Calysto:mainfrom
blink1073:update-lock-pyzmq-27.2.0

Conversation

@blink1073

@blink1073 blink1073 commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

References

Fixes the Test (Python 3.15t) failure in https://github.com/Calysto/metakernel/actions/runs/32607477560

Description

The nightly Test (Python 3.15t) job fails while installing dependencies. pyzmq 27.1.0 ships no cp315t wheel, so Poetry falls back to the sdist, and Cython rejects those sources with 'hint' redeclared and 'c_addr' redeclared. pyzmq 27.2.0 ships a cp315t wheel, so nothing is built from source.

Changes

  • Bumped pyzmq from 27.1.0 to 27.2.0 in 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.
  • The free-threaded 3.15 path can only be exercised in CI.

AI usage

  • Some or all of the content of this PR was generated by AI.
  • The human author has carefully reviewed this PR and run this code. Pending author review.
  • AI tools and models used: Claude Code (Opus 5)

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
blink1073 marked this pull request as ready for review August 23, 2026 09:44
@blink1073
blink1073 enabled auto-merge (squash) August 23, 2026 09:44
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.56%. Comparing base (567b739) to head (7f44746).

Additional details and impacted files

Impacted file tree graph

@@           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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@blink1073
blink1073 merged commit b1b64e3 into Calysto:main Aug 23, 2026
27 of 28 checks passed
@blink1073
blink1073 deleted the update-lock-pyzmq-27.2.0 branch August 23, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant