Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

feat: add support for python 3.13 - #239

Merged
parthea merged 11 commits into
mainfrom
python-313
Mar 17, 2025
Merged

feat: add support for python 3.13#239
parthea merged 11 commits into
mainfrom
python-313

Conversation

@parthea

Copy link
Copy Markdown
Contributor

Towards #178 🦕

@product-auto-labelproduct-auto-labelBot added the size: s Pull request size is small. label Aug 27, 2024
@partheaparthea self-assigned this Sep 3, 2024
@partheaparthea mentioned this pull request Sep 3, 2024
@andrewsgandrewsg added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2025
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2025
@andrewsg
andrewsgforce-pushed the python-313 branch 2 times, most recently from c27460d to 38980f5CompareMarch 13, 2025 19:24
@parthea
parthea marked this pull request as ready for review March 13, 2025 23:38
@parthea
parthea requested a review from a teamMarch 13, 2025 23:38

@cojencocojenco left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thank you!

Comment threadscripts/osx/build_c_lib.sh
@rem installer seems to have some problems with installing multiple versions at
@rem once, so as a workaround, we will install and then uninstall every version.
FOR %%P IN (3.9, 3.10, 3.11, 3.12) DO (
FOR %%P IN (3.9, 3.10, 3.11, 3.12, 3.13.1) DO (

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: consider adding a comment on py 3.13.1 for posterity

@parthea
parthea merged commit 6b918f4 into mainMar 17, 2025
@parthea
parthea deleted the python-313 branch March 17, 2025 13:46
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size: sPull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@parthea@andrewsg@cojenco@yoshi-kokoro