mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
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:
committed by
Facebook GitHub Bot
parent
741777b5b5
commit
49f93b6388
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user