-
Notifications
You must be signed in to change notification settings - Fork 24.3k
[EZ] Set maximum supported version of Python as 3.12 #119743
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
Conversation
Doesn't really affect anything other than metadata on PyPI website
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/119743
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c63c0ed with merge base ea8e4fd ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Doesn't really affect anything other than metadata on PyPI website Otherwise programming languages tab on https://pypi.org/project/torch/2.2.0/ shows supported version 3.8 to 3.10: <img width="239" alt="image" src="https://github.com/pytorch/pytorch/assets/2453524/e17f9982-8833-4cd8-b8d8-b2f1cb538548"> Pull Request resolved: pytorch#119743 Approved by: https://github.com/kit1980, https://github.com/Skylion007
@pytorchbot cherrypick |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot cherry-pick |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot cherry-pick --onto release/2.2 --fixes "Doc glitch" -c docs |
Cherry picking #119743Command
Details for Dev Infra teamRaised by workflow job |
I can confirm I do see:
|
Same as #119743 Required for Release 2.6.0 Pull Request resolved: #144396 Approved by: https://github.com/Skylion007, https://github.com/albanD, https://github.com/malfet
Same as #119743 Required for Release 2.6.0 Pull Request resolved: #144396 Approved by: https://github.com/Skylion007, https://github.com/albanD, https://github.com/malfet (cherry picked from commit e14c36d)
Set maximum supported version of Python as 3.13 (#144396) Same as #119743 Required for Release 2.6.0 Pull Request resolved: #144396 Approved by: https://github.com/Skylion007, https://github.com/albanD, https://github.com/malfet (cherry picked from commit e14c36d) Co-authored-by: atalman <atalman@fb.com>
Doesn't really affect anything other than metadata on PyPI website

Otherwise programming languages tab on https://pypi.org/project/torch/2.2.0/ shows supported version 3.8 to 3.10: