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

Support building free-threaded CPython #1

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

colesbury
Copy link
Collaborator

No description provided.

Add support for Python's free threading build mode where the global
interpreter lock is disabled. The packages are marked using a suffix on
the architecture, like 'x64-freethreaded' or 'arm64-freethreaded'.
We'll want to modify them so that we can combine the freethreaded
packages with the actions/python-versions releases.

The 'helpers' directory is a submodule, so we don't want to modify it
directly.

Also copy the create-pr-to-update-manifest.yml workflow to
`.github/workflows`.
Combine the releases from this repository and the upstream
actions/python-versions.
We only need to build the free threading packages because we're using
the default builds from upstream actions/python-versions.

We don't have arm64 Ubuntu or Windows runners, so skip those for now.
@colesbury colesbury requested a review from andfoy November 5, 2024 17:04
@andfoy
Copy link
Member

andfoy commented Nov 5, 2024

@colesbury, thanks a lot for the changes! I don't have any further comments on them, I'll proceed to merge this PR and invoke the workflow to build 3.13

@andfoy andfoy merged commit d84df7e into Quansight-Labs:main Nov 5, 2024
9 of 12 checks passed
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.

2 participants