beetbox / mediafile

elegant audio file tagging
http://mediafile.readthedocs.io/
MIT License
97 stars 24 forks source link

`imghdr` is deprecated and slated for removal in Python 3.13 #67

Open labrys opened 1 year ago

labrys commented 1 year ago

The Python standard library will be removing imghdr in Python 3.13. Per PEP-594 suggested replacements are filetype, puremagic, and python-magic.

sampsyo commented 1 year ago

Yes indeed—thanks for opening the issue. We should switch sooner rather than later.

(It's too bad about these deprecations, to be honest! I know they were rarely used, but they did their job quietly and well…)