rackerlabs / kthresher

Tool to remove unused kernels in Debian/Ubuntu
Apache License 2.0
17 stars 12 forks source link

Add support for python3(python3-apt) #53

Closed tonyskapunk closed 5 years ago

tonyskapunk commented 6 years ago

Currently python3 is not supported, it would be nice to give support to it since python2 will be EOL soon(2020-01-01) https://pythonclock.org/

tonyskapunk commented 6 years ago

have to be careful with deprecation of some functionality: https://docs.python.org/3/library/platform.html

tonyskapunk commented 5 years ago

Fix in #60