Skip to content

Commit cefb5c7

Browse files
authored
Merge pull request #2080 from minrk/263
release 26.3 with pypy 3.11 wheels
2 parents af424bb + 80f295b commit cefb5c7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ env:
2626

2727
jobs:
2828
test-docs:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v4
3232

3333
- uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.11"
35+
python-version: "3.12"
3636
cache: pip
3737

3838
- name: Install libzmq

docs/source/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm
1111

1212
pyzmq 26.3 drops support for Python 3.7 and adds wheels for PyPy 3.11
1313

14+
The cffi backend can now be built on CPython by setting `PYZMQ_BACKEND=cffi`, e.g.
15+
16+
```
17+
PYZMQ_BACKEND=cffi pip install --no-binary pyzmq cffi pyzmq
18+
```
19+
20+
This is not fully supported, but can be used for testing.
21+
1422
### 26.2.1
1523

1624
26.2.1 is a tiny bugfix release

0 commit comments

Comments
 (0)