MarkHedleyJones / dmenu-extended

An extension to dmenu for quickly opening files and folders.
MIT License
390 stars 33 forks source link

Warning message : distutils is deprecated #122

Closed edi9999 closed 2 years ago

edi9999 commented 2 years ago

I get the following :

tmp/dmenu-extended/setup.py:4: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives

This means that dmenu extended will fail on Python 3.12.

MarkHedleyJones commented 2 years ago

Thanks for that, I'll try to take a look at this over the weekend.