Skip to content

Commit 5deb7d7

Browse files
committed
remove some outdated claims of libzmq 2 support
readme has some redundant content from docs, not in sync
1 parent 842a6c0 commit 5deb7d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@ This package contains Python bindings for [ZeroMQ](https://zeromq.org).
44
ØMQ is a lightweight and fast messaging implementation.
55

66
PyZMQ should work with any reasonable version of Python (≥ 3.8), as well as PyPy.
7-
The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x),
8-
but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).
7+
PyZMQ supports libzmq ≥ 3.2.2 (including 4.x).
98

109
For a summary of changes to pyzmq, see our
1110
[changelog](https://pyzmq.readthedocs.io/en/latest/changelog.html).
1211

1312
### ØMQ 3.x, 4.x
1413

15-
PyZMQ fully supports the 3.x and 4.x APIs of libzmq,
14+
PyZMQ fully supports the stable (not DRAFT) 3.x and 4.x APIs of libzmq,
1615
developed at [zeromq/libzmq](https://github.com/zeromq/libzmq).
1716
No code to change, no flags to pass,
1817
just build pyzmq against the latest and it should work.
1918

20-
PyZMQ does not support the old libzmq 2 API on PyPy.
21-
2219
## Documentation
2320

2421
See PyZMQ's Sphinx-generated

0 commit comments

Comments
 (0)