You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module distutils is deprecated and removed in Python 3.12. We should stop using it for version parsing/comparison, and either implement our custom parser similar to distutils.version.LooseVersion, or extract and bundle it.
The text was updated successfully, but these errors were encountered:
Fwiw Python 3.12 is already out, and the project doesn't run on it anymore. Someone did extract LooseVersion into its own PyPI module that could be a drop-in replacement for 3.12+?
Module
distutils
is deprecated and removed in Python 3.12. We should stop using it for version parsing/comparison, and either implement our custom parser similar todistutils.version.LooseVersion
, or extract and bundle it.The text was updated successfully, but these errors were encountered: