From e9569ee3ad96c3d6b4d6698ef09951ce94f33cf3 Mon Sep 17 00:00:00 2001 From: Laurent Claustre Date: Thu, 14 Jan 2021 17:18:57 +0100 Subject: [PATCH] update conda build recipe to stop support for python 2.7 and 3.6 --- conda/debug/conda_build_config.yaml | 2 -- conda/release/conda_build_config.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/conda/debug/conda_build_config.yaml b/conda/debug/conda_build_config.yaml index 37b36eb27..2479ceb3e 100644 --- a/conda/debug/conda_build_config.yaml +++ b/conda/debug/conda_build_config.yaml @@ -5,8 +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 # will target, not what subdir the compiler package will be itself. diff --git a/conda/release/conda_build_config.yaml b/conda/release/conda_build_config.yaml index 37b36eb27..2479ceb3e 100644 --- a/conda/release/conda_build_config.yaml +++ b/conda/release/conda_build_config.yaml @@ -5,8 +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 # will target, not what subdir the compiler package will be itself.