dcantrell / pyparted

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

six usage #98

Closed pgajdos closed 1 year ago

pgajdos commented 1 year ago

Do you still support python 2? In opposite case, six usage could be considered redundant.

https://trello.com/c/MO53MocR/143-remove-python3-six

dcantrell commented 1 year ago

No, pyparted requires at least Python 3.5.

pgajdos commented 1 year ago

In that case, do you need six dependency?