Add Python 3.10 Support for PyTorch Builds #2422
Open
+4
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Extends PyTorch build support to include Python 3.10, enabling compatibility for users who require Python 3.10 in their environments.
Technical Details
release_portable_linux_pytorch_wheels.yml,release_windows_pytorch_wheels.yml) to include Python 3.10 in the build matrixRELEASES.md,external-builds/pytorch/README.md) to reflect Python 3.10+ supportTest Plan
CI/CD pipelines will be build and test PyTorch wheels for Python 3.10 alongside existing versions (3.11, 3.12, 3.13).
https://github.com/ROCm/TheRock/actions/runs/19939030860
https://github.com/ROCm/TheRock/actions/runs/19939030860/job/57171706110
Test Result
https://github.com/ROCm/TheRock/actions/runs/19939030860
https://github.com/ROCm/TheRock/actions/runs/19939030860/job/57171706110
Submission Checklist