From 9c0c1676923a5086ed684dc6928b0e751d73839d Mon Sep 17 00:00:00 2001 From: Peter Paul Kiefer Date: Thu, 25 Nov 2021 19:24:52 +0100 Subject: [PATCH] Still fixing build error on appveyor I also use a newer miniconda version for greater python versions. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 451fa4f4..261e50f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,11 +10,11 @@ environment: - PYTHON_VERSION: 3.6 MINICONDA: C:\Miniconda36-x64 - PYTHON_VERSION: 3.7 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda37-x64 - PYTHON_VERSION: 3.8 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda38-x64 - PYTHON_VERSION: 3.9 - MINICONDA: C:\Miniconda36-x64 + MINICONDA: C:\Miniconda38-x64 #configuration: # - Debug