jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
56 stars 46 forks source link

Python 3.12 support #623

Closed jcarpent closed 9 months ago

jcarpent commented 9 months ago

We need to remove the use of distutils to properly support Python 3.12. Please see this note related to PEP 632.

This issue triggers an error on conda-forge for EigenPy: https://github.com/conda-forge/eigenpy-feedstock/pull/115

jcarpent commented 9 months ago

@nim65s Would you have time to handle this issue?