File tree 1 file changed +2
-5
lines changed 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,18 @@ This package contains Python bindings for [ZeroMQ](https://zeromq.org).
4
4
ØMQ is a lightweight and fast messaging implementation.
5
5
6
6
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).
9
8
10
9
For a summary of changes to pyzmq, see our
11
10
[ changelog] ( https://pyzmq.readthedocs.io/en/latest/changelog.html ) .
12
11
13
12
### ØMQ 3.x, 4.x
14
13
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,
16
15
developed at [ zeromq/libzmq] ( https://github.com/zeromq/libzmq ) .
17
16
No code to change, no flags to pass,
18
17
just build pyzmq against the latest and it should work.
19
18
20
- PyZMQ does not support the old libzmq 2 API on PyPy.
21
-
22
19
## Documentation
23
20
24
21
See PyZMQ's Sphinx-generated
You can’t perform that action at this time.
0 commit comments