-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add python 3.12 to wheel builds #4768
Conversation
@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. |
09371ac
to
57e7baf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why any changes to setup-binary-builds action is necessary? Are you saying that we build both wheels and conda packages for domains using conda dependencies?
We used similar code for python 3.11, which was cleaned recently: 3be953c |
Created an issue here: #4773 to get rid of conda env when running wheel builds. |
test test test upodate_assets
1c8dc94
to
16d0270
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Follow up after pytorch/pytorch#112882.
Please note conda-build and conda is not available yet for Python=3.12. Hence building wheels under Conda Python 3.9.