remove Python3.6 builds

Summary: Python 3.6 was EOL on 2021-12-23.

Reviewed By: patricklabatut

Differential Revision: D33428708

fbshipit-source-id: 37a73898df49a4a49266839278fc8be56597405d
This commit is contained in:
Jeremy Reizenstein
2022-01-05 07:24:08 -08:00
committed by Facebook GitHub Bot
parent 741777b5b5
commit 49f93b6388
3 changed files with 1 additions and 144 deletions

View File

@@ -46,7 +46,7 @@ def pytorch_versions_for_python(python_version):
def workflows(prefix="", filter_branch=None, upload=False, indentation=6):
w = []
for btype in ["conda"]:
for python_version in ["3.6", "3.7", "3.8", "3.9"]:
for python_version in ["3.7", "3.8", "3.9"]:
for pytorch_version in pytorch_versions_for_python(python_version):
for cu_version in CONDA_CUDA_VERSIONS[pytorch_version]:
w += workflow_pair(