Linux py 3.14 wheel builds#157559
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/157559
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 35 Pending, 1 Unrelated FailureAs of commit 5d8b11c with merge base dd95900 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| } | ||
|
|
||
| FULL_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"] | ||
| FULL_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14"] |
There was a problem hiding this comment.
@atalman Need to add a classifier to the setup.py to properly show it as supported for 3.14 on pypi, or do are we not ready for that because of inductor issues.
There was a problem hiding this comment.
+1 on the above, please update max version in setup.py and all those project.yaml
|
@pytorchmergebot rebase -b main |
|
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
|
Successfully rebased |
805c334 to
7bc43bf
Compare
|
@pytorchmergebot rebase -b main |
|
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
|
Successfully rebased |
7bc43bf to
3e7adfd
Compare
Update Triton Pin to top of rel/3.4 branch : https://github.com/triton-lang/triton/tree/rel/3.4 . This is the same as release/3.4.x branch but also includes Python 3.14 support This should unblock enablement of Python 3.14 support in this PR: #157559 Pull Request resolved: #159725 Approved by: https://github.com/davidberard98
13602dc to
5d8b11c
Compare
|
Classifiers I believe already set correctly by @albanD I do see : |
albanD
left a comment
There was a problem hiding this comment.
Nice!
Don't worry about the toml metadata.
|
@pytorchmergebot merge -f "lint and other workflows are green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Update Triton Pin to top of rel/3.4 branch : https://github.com/triton-lang/triton/tree/rel/3.4 . This is the same as release/3.4.x branch but also includes Python 3.14 support This should unblock enablement of Python 3.14 support in this PR: pytorch#157559 Pull Request resolved: pytorch#159725 Approved by: https://github.com/davidberard98
Related to pytorch#156856 Pull Request resolved: pytorch#157559 Approved by: https://github.com/malfet, https://github.com/albanD
Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring PR pytorch#157559 which enabled 3.14. Authored by Claude.
Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring PR pytorch#157559 which enabled 3.14. Authored by Claude.
Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring PR pytorch#157559 which enabled 3.14. Authored by Claude.
Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring PR pytorch#157559 which enabled 3.14. Authored by Claude.
## Summary Adds Python 3.15 and 3.15t (free-threaded) to the Linux manywheel nightly build matrix, mirroring #157559 which enabled 3.14. Related to Python 3.15 support tracking. ## Test plan - [ ] `ciflow/binaries` triggers manywheel Linux 3.15 / 3.15t builds successfully Authored by Claude. Pull Request resolved: #184600 Approved by: https://github.com/malfet, https://github.com/albanD
Related to #156856