rsinger86/django-lifecycle

DeprecationWarning for Python 3.12

gdalmau opened this issue · 2 comments

Python 3.10 shows the following warning regarding a future deprecation in Python 3.12:

  /usr/local/lib/python3.10/site-packages/django_lifecycle/django_info.py:1: 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.version import StrictVersion

It would be nice to fix it at some point.

I'm running into this as well, opened a PR with fix in #93.

Thanks @nextmat! Closing this issue since it's fixed by #93