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

bump default version of pip to support Python 3.13 #21400

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

cburroughs
Copy link
Contributor

The first version of pip to support Python 3.13 was 24.1, but I don't think there is any merit to holding back when 24.2 is already out. (Pants itself uses latest.) The first version of Pex to support 24.2 is v2.13.0.

(Pip 24.1 and 24.2 also both contain meaningful performance improvements to dependency resolution --> #21223)

Release notes for where pex added support:
https://github.com/pex-tool/pex/releases/tag/v2.13.0

ref #20852

The first version of pip to support Python 3.13 was 24.1, but I don't
think there is any merit to holding back when 24.2 is already
out. (Pants itself uses `latest`.) The first version of Pex to
support 24.2 is v2.13.0.

(Pip 24.1 and 24.2 also both contain meaningful performance
improvements to dependency resolution --> pantsbuild#21223)

Release notes for where pex added support:
https://github.com/pex-tool/pex/releases/tag/v2.13.0

ref pantsbuild#20852
@cburroughs cburroughs marked this pull request as ready for review September 12, 2024 13:54
Copy link
Contributor

@huonw huonw left a comment

Choose a reason for hiding this comment

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

Looks good.

Just writing down my review thoughts: we need to make sure the built-in lockfiles use pip 24.2 too to have 3.13 support. It looks like this already happened in #21389

@cburroughs cburroughs enabled auto-merge (squash) September 16, 2024 13:54
@cburroughs cburroughs merged commit f0199ca into pantsbuild:main Sep 16, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants