nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
532 stars 58 forks source link

Python 2.7.18: End of Life for Python 2 #584

Closed pierostrada closed 1 year ago

pierostrada commented 1 year ago

Hello, Sirs. Python 2 applications still run, but I cannot update python2 any longer, so I uninstalled it.

Too bad, eyeD3 still relies on p2, so I have to uninstall it too: such a shame, I used to love it.

Any chances to see it in a renewd python3 version?

Best Regards, Piero

nicfit commented 1 year ago

Hi @pierostrada , eyeD3 dropped Python 2.x support with version 0.9. i.e. Only 0.8 versions support Python2. Btw, even 0.8 supports some version of python3 as well.

pierostrada commented 1 year ago

Thanks!