You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of Python 3.12 without distutils in the stdlib, it's now a good time to consider dropping support for import distutils and all reliance of distutils from the stdlib (i.e. SETUPTOOLS_USE_DISTUTILS=stdlib). Let's start by deprecating that code path.