Skip to content

Tolerate the >= Py 3.10 warning about distutils deprecation

Andy Buckley requested to merge py3-distutils-warning-tolerance into release-3-1-x

Tolerate the >= Py 3.10 warning about distutils deprecation. The full solution, for Py 3.12 onward, will be to replace distutils with a sysconfig-assisted manual build of the Python extension.

Putting a similar fix into YODA.

Merge request reports