OpenCyphal / nunavut

Generate code from DSDL using PyDSDL and Jinja2
https://nunavut.readthedocs.io/
Other
39 stars 24 forks source link

Add Python 3.12 support for generated python #332

Closed thirtytwobits closed 5 months ago

thirtytwobits commented 8 months ago

The current nunavut_support.py.jinja template produces type annotations that are not compatible with both python 3.11 and 3.12. Fix and add 3.12 test to the noxfile

pavel-kirienko commented 8 months ago

CI tests the Python language against 3.11 and it seems to be green. Can you provide more info?