Skip to content

Fix python latest issue

Marcel Loose requested to merge fix-python-latest-issue into master

LSMTool is not yet compatible with Python 3.12, which has recently been released. Therefore the build with python-latest fails. To (temporarily) work around the issue, I replaced latest with 3.11.

Merge request reports