-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Remove Python 3.6 from CI #5152
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
Remove Python 3.6 from CI #5152
Conversation
💊 CI failures summary and remediationsAs of commit 9541dfa (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
I'm happy to see this, thanks for working on it @prabhat00155 . Has pytorch core confirmed that they would drop 3.6 in the next release? We discussed it in pytorch/pytorch#69005 but there was no definitive decision last time I checked. Perhaps @seemethere @malfet could confirm that core is indeed going to drop 3.6? |
We intend to drop 3.6 since it has hit EOL |
Summary: Python 3.6 reached EOL [last month](https://endoflife.date/python). `torchvision` already dropped support for it in pytorch/vision#5152 and there is pytorch/pytorch#69005 to do the same for PyTorch core. Pull Request resolved: #156 Reviewed By: malfet, VitalyFedyunin Differential Revision: D33404751 Pulled By: ejguan fbshipit-source-id: 8cb8ab50307eeac49c85197fdbb46282f5daa7fa
Reviewed By: datumbox, prabhat00155 Differential Revision: D33405357 fbshipit-source-id: 46ed894131bdb17cf13d9e1f7dfecb664b19992c
Differential Revision: D33405357 Original commit changeset: 46ed894131bd Original Phabricator Diff: D33405357 fbshipit-source-id: 96e015f4eead557e596c645b72602c2edcf4fce6
Reviewed By: sallysyw Differential Revision: D33479263 fbshipit-source-id: df52d6ff27552e4a88586dfed14856d64ee4a841
Python 3.6 reached end of life on 23 Dec 2021(https://endoflife.date/python).
Failing test: https://app.circleci.com/pipelines/github/pytorch/vision/13644/workflows/b9b3b259-1f6c-4cfd-8f3b-f42e9db075d0/jobs/1097625 (due to pyav installation)
cc @seemethere