Skip to content

Python 3.13.4 #9542

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

Merged
merged 9 commits into from
Jun 17, 2025
Merged

Python 3.13.4 #9542

merged 9 commits into from
Jun 17, 2025

Conversation

AndrewAsseily
Copy link
Contributor

@AndrewAsseily AndrewAsseily commented Jun 10, 2025

Issue #, if available: CLI-6543

Description of changes:

  • Upgrade bundled Python interpreter to 3.13.4
  • Regenerate lockfiles with updated version of pip

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Member

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

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

🚀 assuming the tests pass, this looks good. Ty, @AndrewAsseily!

@nateprewitt
Copy link
Member

  • Make sure we squash merge this so we're not getting extraneous commits

hssyoo
hssyoo previously requested changes Jun 11, 2025
@hssyoo hssyoo force-pushed the python-3.13.4 branch 2 times, most recently from 2d74061 to 7c4c144 Compare June 11, 2025 18:20
@hssyoo
Copy link
Contributor

hssyoo commented Jun 11, 2025

Looks like there may be pip-tools compatibility issues with pip 25.1: jazzband/pip-tools#2176

@nateprewitt
Copy link
Member

Looks like there may be pip-tools compatibility issues with pip 25.1: jazzband/pip-tools#2176

I think we'd originally discussed doing 25.0.x to avoid the pip-tools issue. There was some signal that wasn't needed, but we can downgrade the lockfile.

@EpicWink
Copy link

Make sure you're not affected by any of the regressions fixed in Python 3.13.5

  • gh-135151: Building extension modules on Windows for the regular (non-free-threaded) build failed.
  • gh-135171: Generator expressions stopped raising TypeError (when iterating over non-iterable objects) at creation time, delaying it to first use.
  • gh-135326: Passing int-like objects (like numpy.int64) to random.getrandbits() failed, when it worked before.

@hssyoo hssyoo closed this Jun 12, 2025
@hssyoo hssyoo reopened this Jun 12, 2025
@AndrewAsseily AndrewAsseily requested a review from hssyoo June 17, 2025 13:38
@AndrewAsseily AndrewAsseily dismissed hssyoo’s stale review June 17, 2025 14:13

Comment resolved

@AndrewAsseily AndrewAsseily merged commit fe7c26f into v2 Jun 17, 2025
85 of 90 checks passed
@AndrewAsseily AndrewAsseily deleted the python-3.13.4 branch June 17, 2025 14:23
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.

4 participants