-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Open
Labels
module: ciRelated to continuous integrationRelated to continuous integrationmodule: python frontendFor issues relating to PyTorch's Python frontendFor issues relating to PyTorch's Python frontendmodule: python versionIssues related to specific Python versionsIssues related to specific Python versionstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone
Description
This issue to track work for enablement of Python 3.14/3.14t . Similar to: #130249
Current Status Source build
OS | 3.14 | 3.14t |
---|---|---|
Linux | ❌ | ❌ |
MacOS | ❌ | ❌ |
Windows | ❌ | ❌ |
Current Status Nightlies:
OS | 3.14 | 3.14t |
---|---|---|
Linux | ❌ | ❌ |
Linux Aarch64 | ❌ | ❌ |
MacOS | ❌ | ❌ |
Windows | ❌ | ❌ |
Projected for Release 2.9.0
OS | 3.14 | 3.14t |
---|---|---|
Linux | ✅ | ✅ |
Linux Aarch64 | ✅ | ✅ |
MacOS | ✅ | ✅ |
Windows | ✅ | ✅ |
Python 3.14 is coming out in the near future - RC1 is planned for July 22 (first point at which the ABI is stable and packages can start releasing wheels for 3.14), and the final release is planned for 4th Oct 2025 (see PEP 719).
Outstanding work:
- Add Python NoGil Support in CI Add Python NoGil support in CI #156854
Here is a hopefully useful breakdown in steps to support Python 3.14:
- PyTorch builds from source on 3.14 Fix compilation and "import torch" issues for cpython 3.14 #158184
- Try wheel Linux builds with PyThon 3.14 Linux py 3.14 wheel builds #157559
- Nightly
cp314
wheels available for all platforms (waiting until final cpython rc) -
torch.compile
support for 3.14 (complete @williamwen42 ) - PyTorch builds from source with free-threaded CPython
-
cp314t
(free-threaded) nightly wheels available (blocked on ft build and dependencies)
Python 3.14 CD:
- Nightly
cp314
Linux wheels available. - Nightly windows wheels
- Nightly macos
- Nightly aarch64 wheels
Python 3.14 CI & torch.compile:
cc @malfet @seemethere @pytorch/pytorch-dev-infra @albanD
Versions
2.9
sascharo
Metadata
Metadata
Assignees
Labels
module: ciRelated to continuous integrationRelated to continuous integrationmodule: python frontendFor issues relating to PyTorch's Python frontendFor issues relating to PyTorch's Python frontendmodule: python versionIssues related to specific Python versionsIssues related to specific Python versionstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Cold Storage