beetbox / mediafile

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

New deprication warning #77

Closed arogl closed 1 month ago

arogl commented 6 months ago

While testing beets with pytest under windows python 3.12 the following warning appears:


C:\Users\arogl\AppData\Local\Programs\Python\Python312\Lib\site-packages\mediafile.py:52
  C:\Users\arogl\AppData\Local\Programs\Python\Python312\Lib\site-packages\mediafile.py:52: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13
    import imghdr
jackwilsdon commented 1 month ago

67