Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-137257: Upgrade bundled pip to 25.2#137258

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ZeroIntensity merged 1 commit intopython:mainfromichard26:pip-25.2
Aug 4, 2025

Conversation

@ichard26
Copy link
Contributor

@ichard26ichard26 commentedJul 30, 2025
edited by ZeroIntensity
Loading

I'm not sure actually how pip updates are treated for backports, but ignoring that, I'd like to ask that we hold off on merging this for a week just in case we need to cut an emergency hotfix release.

Copy link
Member

@ZeroIntensityZeroIntensity left a comment

Choose a reason for hiding this comment

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

Thanks, marking asDO-NOT-MERGE per your comment:

I'd like to ask that we hold off on merging this for a week just in case we need to cut an emergency hotfix release.

I think we do backport these; the previous bump (GH-132997) was backported to 3.13.

@AA-Turner
Copy link
Member

Note that 3.14 is in RC-mode,@hugovk may reasonably want to defer backporting this to 3.14.1 -- but by then, I expect a new version ofpip will have been released.

A

@hugovk
Copy link
Member

Let's backport when ready: this will get wide exposure in 3.13.6 (2025-08-05) before 3.14.0 RC2 (2025-08-26).

Thanks!

@pfmoore
Copy link
Member

I'm not sure how this could be out of date with main? Maybe the news files? Does anyone know a good reason why Ishouldn't just hit "Update branch"?

@ichard26 ping me when you are ready for this to be merged, and I'll set the merge going and do the backports. For information, we bacport new versions of pip to all currently maintained Python versions. And as in this case, if we're in the beta or RC period, we should get RM approval. As@hugovk has approved, we're good on that point.

ichard26 reacted with thumbs up emoji

@AA-Turner
Copy link
Member

I'm not sure how this could be out of date with main? Maybe the news files? Does anyone know a good reason why Ishouldn't just hit "Update branch"?

It's a somewhat-unhelpful message, this branchis indeed behind, but not for anything that matters (hence no 'resolve conflicts' message). Clicking the button doesn't hurt, but triggers a full CI rerun, so generally best avoided. It can be helpful when the problem is with CI itself, though.

A

@ichard26
Copy link
ContributorAuthor

Let's backport when ready: this will get wide exposure in 3.13.6 (2025-08-05) before 3.14.0 RC2 (2025-08-26).

It's been all quiet on thewestern post-release front so far (and I doubt we're going to discover any show-stopping bugs at this point) so let's get this merged now so it can be battle tested via Python 3.13.6. cc@pfmoore

hugovk reacted with thumbs up emoji

@ZeroIntensityZeroIntensity merged commit506542b intopython:mainAug 4, 2025
53 of 56 checks passed
@miss-islington-app
Copy link

Thanks@ichard26 for the PR, and@ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 4, 2025
(cherry picked from commit506542b)Co-authored-by: Richard Si <sichard26@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 4, 2025
(cherry picked from commit506542b)Co-authored-by: Richard Si <sichard26@gmail.com>
@bedevere-app
Copy link

GH-137361 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelAug 4, 2025
@bedevere-app
Copy link

GH-137362 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelAug 4, 2025
ZeroIntensity pushed a commit that referenced this pull requestAug 4, 2025
gh-137257: Upgrade bundled pip to 25.2 (GH-137258)(cherry picked from commit506542b)Co-authored-by: Richard Si <sichard26@gmail.com>
hugovk pushed a commit that referenced this pull requestAug 4, 2025
gh-137257: Upgrade bundled pip to 25.2 (GH-137258)(cherry picked from commit506542b)Co-authored-by: Richard Si <sichard26@gmail.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotAMD64 Windows Server 2022 NoGIL 3.14 (tier-1) has failed when building commit127ec30.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1717/builds/448) and take a look at the build logs.
  4. Check if the failure is related to this commit (127ec30) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1717/builds/448

Failed tests:

  • test_launcher

Failed subtests:

  • test_search_major_3 - test.test_launcher.TestLauncher.test_search_major_3
  • test_search_major_2 - test.test_launcher.TestLauncher.test_search_major_2

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\test_launcher.py", line465, intest_search_major_2self.assertEqual("PythonCore", data["env.company"])~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError:'PythonCore' != 'PythonTestSuite'- PythonCore+ PythonTestSuiteTraceback (most recent call last):  File"C:\Users\Administrator\buildarea\3.14.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\test_launcher.py", line445, intest_search_major_3self.assertEqual("PythonCore", data["env.company"])~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError:'PythonCore' != 'PythonTestSuite'- PythonCore+ PythonTestSuite

ZeroIntensity added a commit to ZeroIntensity/cpython that referenced this pull requestAug 4, 2025
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull requestAug 19, 2025
kumaraditya303 pushed a commit to miss-islington/cpython that referenced this pull requestSep 9, 2025
…python#137361)pythongh-137257: Upgrade bundled pip to 25.2 (pythonGH-137258)(cherry picked from commit506542b)Co-authored-by: Richard Si <sichard26@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@pfmoorepfmoorepfmoore approved these changes

@ZeroIntensityZeroIntensityZeroIntensity approved these changes

@pradyunsgpradyunsgAwaiting requested review from pradyunsgpradyunsg is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@ichard26@AA-Turner@hugovk@pfmoore@bedevere-bot@ZeroIntensity

[8]ページ先頭

©2009-2025 Movatter.jp