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

Fix multi-digit version in entry point replacement #11547

Merged

Commits on Oct 27, 2022

  1. Fix multi-digit version in entry point replacement

    Previously, the special case to generate 'pip' and 'easy_install' entry
    points with the correct Python version (e.g. 'pip3.9' on Python 3.9)
    only accounted for single-digit version segments, and did not work
    correctly on Python 3.10 and up. This was missed when Python 3.10 was
    released because we (accidentally) generated wheels that did not need
    any such replacements, but was exposed in CPython 3.11.0 since it
    bundled pip 22.3 generated against Python 3.10.
    uranusjr committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2c195f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Fix typos

    Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
    uranusjr and edmorley committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    30b4cff View commit details
    Browse the repository at this point in the history