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
While testing beets with
pytest
under windows python 3.12 the following warning appears: