Skip to content

Commit

Permalink
Merge pull request #1892 from minrk/25-1-1
Browse files Browse the repository at this point in the history
25.1.1
  • Loading branch information
minrk authored Aug 10, 2023
2 parents 00c21b0 + 1f0b1b8 commit d6708db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

env:
TWINE_NONINTERACTIVE: "1"
CIBW_PRERELEASE_PYTHONS: "1"
# CIBW_PRERELEASE_PYTHONS: "1"

jobs:
check-bundle:
Expand Down
14 changes: 14 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm

## 25

### 25.1.1

25.1.1 is the first stable release with Python 3.12 wheels.

Changes:

- Allow Cython 0.29.35 to build Python 3.12 wheels (no longer require Cython 3)

Bugs fixed:

- Fix builds on Solaris by including generated platform.hpp
- Cleanup futures in `Socket.poll()` that are cancelled and never return
- Fix builds with `-j` when numpy is present in the build env

### 25.1.0

pyzmq 25.1 mostly changes some packaging details of pyzmq, including support for installation from source on Python 3.12 beta 1.
Expand Down
2 changes: 1 addition & 1 deletion tools/wheel-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cibuildwheel==2.13.0
cibuildwheel==2.15.0
delvewheel==0.0.22; sys_platform == 'win32'

0 comments on commit d6708db

Please sign in to comment.