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

Add support for --pip-version 24.2. #2481

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Add support for --pip-version 24.2. #2481

merged 2 commits into from
Jul 29, 2024

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jul 29, 2024

The changelog is here: https://pip.pypa.io/en/stable/news/#v24-2

Closes #2471

@@ -73,6 +73,12 @@ def __lt__(self, other):
return NotImplemented
return self.parsed_version < other.parsed_version

def __ge__(self, other):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this __ge__ and the one below in PipVersionValue are needed to satisfy MyPy despite using @total_ordering in both cases.

jsirois added a commit to jsirois/pex that referenced this pull request Jul 29, 2024
@jsirois jsirois merged commit a5286b6 into pex-tool:main Jul 29, 2024
26 checks passed
@jsirois jsirois deleted the Pip/24.2 branch July 29, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Pip 24.2 / statically linked musl libc CPythons
3 participants