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

Enable 3.13t builds for Linux and MacOS for ecosystem libraries #6242

Merged
merged 15 commits into from
Feb 6, 2025

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Jan 31, 2025

Should mostly address pytorch/pytorch#144357

Uses approach described here:
conda-forge.org/blog/2024/09/26/python-313

Linux builds and MacOS are successful
TODO: Windows

Copy link

vercel bot commented Jan 31, 2025

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 31, 2025
@atalman atalman marked this pull request as draft February 4, 2025 21:47
@zxiiro zxiiro self-requested a review February 5, 2025 17:21
@atalman atalman marked this pull request as ready for review February 5, 2025 20:04
@@ -464,7 +464,8 @@ def generate_wheels_matrix(
arches += [XPU]

if limit_pr_builds:
python_versions = [python_versions[0]]
# todo: remove before merging
python_versions = [python_versions[-1]]
Copy link
Contributor Author

@atalman atalman Feb 5, 2025

Choose a reason for hiding this comment

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

This forces tests on 3.13t will be removing before merging

@atalman atalman changed the title Enable 3.13t builds for domains Enable 3.13t builds for Linux and MacOS for ecosystem libraries Feb 6, 2025
@atalman atalman merged commit 9839619 into pytorch:main Feb 6, 2025
47 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants