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
parse_wheel_filename() should gain the following boolean options (all defaulting to False) for controlling how strict to be with wheel filename validation:
strict_version — Require the version component to be valid under PEP 440
strict_tags — Require each of the Python, ABI, and platform tag lists to be sorted (required by PEP 425)
parse_wheel_filename()
should gain the following boolean options (all defaulting toFalse
) for controlling how strict to be with wheel filename validation:strict_version
— Require the version component to be valid under PEP 440strict_tags
— Require each of the Python, ABI, and platform tag lists to be sorted (required by PEP 425)wheel_filename
currently enforces.strict
— Enables all other strictness options, including others that may be added in the futureThe text was updated successfully, but these errors were encountered: