Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Pip 23.2 release. #2174

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Prepare for Pip 23.2 release. #2174

merged 1 commit into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. Prepare for Pip 23.2 release.

    A recent Pip commit has broken
    `pip --use-deprecated legacy-resolver download ...` which is our
    backwards-compatible default use case. Whether or not Pip decides to
    fix, the legacy resolver will be yanked at some point and it seems
    reasonable to just require any Pex user on Python 3.12 and thus Pip 23.2
    to only use the Pip 2020 resolver.
    
    See: pypa/pip#12138
    jsirois committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    705c307 View commit details
    Browse the repository at this point in the history