From 42dcfddfb9687de106e5deb59cea015280dd507f Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 12 Mar 2020 18:33:11 +0000 Subject: [PATCH] appveyor: test 3.8; don't test 3.6 anymore (already tested on Linux) --- .appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 62bc3d18c..be60ab52a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,10 +1,9 @@ environment: matrix: - - JOB: "3.6 32-bit" - PYTHON_HOME: "C:\\Python36" - - JOB: "3.7 64-bit" PYTHON_HOME: "C:\\Python37-x64" + - JOB: "3.8 64-bit" + PYTHON_HOME: "C:\\Python38-x64" branches: only: