dcantrell / pyparted

Python bindings for GNU parted (libparted)
GNU General Public License v2.0
85 stars 42 forks source link

distutils is deprecated #84

Closed rossburton closed 2 years ago

rossburton commented 2 years ago

As per https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated, distutils is deprecated in Python 3.10 and will be removed in Python 3.12.

Moving to setuptools should be fairly trivial.