Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

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

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
@colesbury colesbury deleted the quansight branch January 22, 2025 21:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants