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
Set packaging minimum version to 22.0 to avoid the following error with
setuptools 71.x:
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
Likelihood of encountering this error increased since commit
e4239bd which bumped minimum version of
setuptools from 65.5.1 to 70.0.0
More information:
- pypa/setuptools#4483
- pypa/setuptools#4501
Signed-off-by: Fabrice Fontaine <[email protected]>
0 commit comments