From e98e8d5acc83ff069bc2a732e674be9968a5526d Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Fri, 15 Dec 2023 12:14:59 +0100 Subject: [PATCH] Conda build: use vs2022 --- conda/conda_build_config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml index 25bfd0f..890c1a6 100644 --- a/conda/conda_build_config.yaml +++ b/conda/conda_build_config.yaml @@ -1,5 +1,8 @@ +c_compiler: + - vs2022 # [win] + cxx_compiler: - - vs2019 # [win] + - vs2022 # [win] target_platform: - win-64 # [win] @@ -8,7 +11,7 @@ vc: - 14 # [win] python: - - 3.8 - 3.9 - 3.10 + - 3.11 \ No newline at end of file