zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.67k stars 637 forks source link

test with Cython 3.0b3 on Python 3.12b1 #1867

Closed minrk closed 1 year ago

minrk commented 1 year ago

Adds Cython as a build dependency for future releases, so that .c files get regenerated

Currently Cython 0.29 doesn't support 3.12, but maybe 3.0 does?