When the target's python version >= 3.12 this collection fails with `ModuleNotFoundError: No module named 'distutils'`. The `distutils` module was deprecated in 3.10, and removed in 3.12 as per [PEP 632](https://peps.python.org/pep-0632/).
When the target's python version >= 3.12 this collection fails with
ModuleNotFoundError: No module named 'distutils'.The
distutilsmodule was deprecated in 3.10, and removed in 3.12 as per PEP 632.