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
`distutils` is deprecated and removed from Python 3.12. We don't really
need it since the regex is already producing a well formatted version
number already here. Using `packaging.Version` should be good enough.
0 commit comments