-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Set min supported Python version to 3.8 #93155
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/93155
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit cc58bae: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the CI validates that your check is working :)
https://github.com/pytorch/pytorch/actions/runs/4026325254/jobs/6920691212 fails with:
You are using Python 3.7.15. Python >=3.8.0 is required.
|
For the context, here is the PR I submitted to XLA pytorch/xla#4489 |
901d41d to
508244c
Compare
89db168 to
319d463
Compare
|
@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 |
Merge failedReason: 1 jobs have failed, first few of them are: linux-binary-libtorch-pre-cxx11 / libtorch-cpu-shared-with-deps-pre-cxx11-build / build Details for Dev Infra teamRaised by workflow job |
|
@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 |
Merge failedReason: 1 jobs have failed, first few of them are: linux-binary-libtorch-pre-cxx11 / libtorch-cpu-shared-with-deps-pre-cxx11-build / build Details for Dev Infra teamRaised by workflow job |
|
@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 |
|
The merge job was canceled. If you believe this is a mistake,then you can re trigger it through pytorch-bot. |
|
@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 |
|
@malfet Did you intent to change the LibKineto submodule? |
|
@Skylion007 no, it was not intentional. Let me revert and reland without the kineto change |
|
@Skylion007 actually, do you mind giving a stamp on #93237 |
Introduced by #93155 Pull Request resolved: #93237 Approved by: https://github.com/Skylion007
pytorch/pytorch#93155 Core has dropped python3.7
pytorch/pytorch#93155 Core has dropped python3.7
pytorch/pytorch#93155 Core has dropped python3.7
Summary: pytorch/pytorch#93155 Core has dropped python3.7 Pull Request resolved: #3020 Reviewed By: mthrok Differential Revision: D42902346 Pulled By: weiwangmeta fbshipit-source-id: 07ab1aff0e128c5960d87e5fa29e341310dea388
Also, grep for
if sys.version_info .cond. (3, 8)and replaces them with appropriate action.This is a last in a series of PRs that moved CI/CD away from testing PyTorch behavior against Python-3.7.
Fixes #80513
cc @albanD @mlazos @soumith @voznesenskym @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @desertfire