From dea13b06522142e0caee79993562eae72af73bea Mon Sep 17 00:00:00 2001 From: Samuel Debionne Date: Mon, 23 Mar 2020 12:18:20 +0100 Subject: [PATCH] Remove python 2.7 build --- conda/camera/conda_build_config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda/camera/conda_build_config.yaml b/conda/camera/conda_build_config.yaml index 37b36eb..87fd5f3 100644 --- a/conda/camera/conda_build_config.yaml +++ b/conda/camera/conda_build_config.yaml @@ -5,7 +5,6 @@ c_compiler: cxx_compiler: - vs2017 # [win] python: - - 2.7 # [linux] - 3.6 - 3.7 # This differs from target_platform in that it determines what subdir the compiler -- GitLab