Skip to content

Commit e847623

Browse files
committed
mention cffi on cpython in changelog
1 parent af424bb commit e847623

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)