zeromq / pyzmq

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

FEATURE + MR: Advertise newer python versions #1881

Closed lod closed 1 year ago

lod commented 1 year ago

Pypi uses the classifier advertised versions to list which versions of Python are supported.

It also only builds and distributes wheels for those supported versions.

The CI tests up the Python 3.12, but support is only advertised up to 3.9.

This seems like a trivial maintenance update - Fixed in https://github.com/zeromq/pyzmq/pull/1879