Replies: 2 comments 1 reply
-
Maybe worth raising an issue over at https://github.com/pypa/packaging/issues |
Beta Was this translation helpful? Give feedback.
0 replies
-
I went with from pkg_resources import parse_version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently use
from distutils.version import StrictVersion
but we want to dropdistutils
in preparation for Python 3.12. What is the recommended substitute forStrictVersion
? https://github.com/python/cpython/blob/main/Lib/distutils/version.py#L93https://github.com/pypa/packaging/blob/main/packaging/version.py
Beta Was this translation helpful? Give feedback.
All reactions