Skip to content

Make Python 3.12 compatible

Marcel Loose requested to merge RAP-503_make-python3.12-compatible into master

Make LSMTool compatible with Python 3.12.

  • Replace setup.py with pyproject.toml
  • Optionally build binary extension using scikit-build-core; disabled by default, edit pyproject.toml to enable it
  • Use setuptools_scm to handle automatic version numbers

Closes RAP-503

Merge request reports

Loading