Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Deprecate distutils in favor of setuptools._distutils (#1849)
* Use setuptools._distutils over distutils as distutils is deprecated in Python 3.10 and scheduled for removal in Python 3.12 as noted in the pip v21.3 release notes. - c.f. https://pip.pypa.io/en/stable/news/#v21-3
- Loading branch information