mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
remove python 3.7 builds
Summary: Python 3.7 not needed any more Reviewed By: shapovalov Differential Revision: D41841033 fbshipit-source-id: c0cfd048c70e6b9e47224ab8cddcd6b5f4fc5597
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e7851f7c79
commit
a4a29b013b
@@ -66,7 +66,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.7", "3.8", "3.9", "3.10"]:
|
||||
for python_version in ["3.8", "3.9", "3.10"]:
|
||||
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