From https://peps.python.org/pep-0632/: In Python 3.10 and 3.11, distutils will be formally marked as deprecated. All known issues will be closed at this time. import ...
This issue is a continuation of a discussion in PR about building Python wheels and how we can reduce the current complexity. In my mind, the main friction for building wheels is the current (very ...