chrysn / aiocoap

The Python CoAP library
Other
264 stars 119 forks source link

CI: Add tests for Python 3.12 #303

Closed chrysn closed 1 year ago

chrysn commented 1 year ago

It'd be good to start running CI on Python 3.12 early, but so far we're blocked by dependencies (DTLSSocket), which in turn probably needs to wait for cython updates.

chrysn commented 1 year ago

Depends-On: https://github.com/cython/cython/issues/5285

chrysn commented 1 year ago

Thanks to some changes in the ecosystem which I didn't follow precisely this has all started working to the point where I could apply some late fixes (eg. installing iproute2 to find what the default interface is, and blocking the use of the Debian 3.9 on the 3.12 container).