Use sysconfig instead of distutils when building Python
The Python standard library distutils
module has been removed for Python 3.12, this MR patches the relevant CMakeLists.txt
file to use sysconfig
instead.
The Python standard library distutils
module has been removed for Python 3.12, this MR patches the relevant CMakeLists.txt
file to use sysconfig
instead.