chrysn / aiocoap

The Python CoAP library
Other
264 stars 119 forks source link

Drop socknumbers workaround #352

Open chrysn opened 4 months ago

chrysn commented 4 months ago

Most of the issues due to which there exists aiocoap.util.socknumbers have long been resolved.

One remains that is solved in https://github.com/python/cpython/pull/118987 -- as that missed the Python 3.13 beta, chances are this issue will just stay open (and socknumbers.py unmodified) until we drop support for 3.13 (which will be some time).