fzi-forschungszentrum-informatik / Lanelet2

Map handling framework for automated driving
BSD 3-Clause "New" or "Revised" License
792 stars 325 forks source link

Python 3.12 Support #354

Open fabikonsti opened 1 month ago

fabikonsti commented 1 month ago

Hi, will there be support for Python 3.12? If so, when is this planned?

immel-f commented 3 weeks ago

Hi, sorry for the late reply. Python 3.12 is currently not tested and built against in the CI. Releasing binaries for a new Python version can get a lot more complicated here than for pure python packages because of the dependencies towards external libraries that are included in the wheel.

You could try to build the wheel yourself like in the CI for Python 3.12, which may just work immediately or get very complicated :sweat_smile: . I can currently not give a time estimate when we would get around to implementing that, however we would be happy to accept contributions regarding Python 3.12 support