mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40: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
@@ -182,16 +182,11 @@ workflows:
|
||||
# context: DOCKERHUB_TOKEN
|
||||
{{workflows()}}
|
||||
- binary_linux_conda_cuda:
|
||||
name: testrun_conda_cuda_py37_cu102_pyt190
|
||||
name: testrun_conda_cuda_py38_cu102_pyt190
|
||||
context: DOCKERHUB_TOKEN
|
||||
python_version: "3.7"
|
||||
python_version: "3.8"
|
||||
pytorch_version: '1.9.0'
|
||||
cu_version: "cu102"
|
||||
- binary_macos_wheel:
|
||||
cu_version: cpu
|
||||
name: macos_wheel_py3.7_cpu
|
||||
python_version: '3.7'
|
||||
pytorch_version: '1.12.0'
|
||||
- binary_macos_wheel:
|
||||
cu_version: cpu
|
||||
name: macos_wheel_py3.8_cpu
|
||||
|
||||
Reference in New Issue
Block a user