Docs: Update supported Python range to include 3.14#20779
Conversation
Python 3.14 support landed in pytorch#20452, which raised requires-python to <3.15 and added 3.14 to the wheel build matrices, but several user-facing docs still advertised the old 3.10-3.13 range. This updates the PyPI wheel readme and the getting-started, building-from-source, quickstart, beginner-pathway, and Raspberry Pi guides to 3.10-3.14. This PR was authored with Claude.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20779
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 6437803 with merge base dcc04ef ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary
Python 3.14 support landed in #20452, which raised requires-python to <3.15 and added 3.14 to the wheel build matrices, but several user-facing docs still advertised the old 3.10-3.13 range. This updates the PyPI wheel readme and the getting-started, building-from-source, quickstart, beginner-pathway, and Raspberry Pi guides to 3.10-3.14.