HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

distutils DeprecationWarning in Python 3.10 #127

Closed iurisilvio closed 2 years ago

iurisilvio commented 2 years ago

lib/python3.10/site-packages/decouple.py:8: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.util import strtobool

davidfilat commented 2 years ago

I have the same issue

apoclyps commented 2 years ago

relates to: