From 5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 15 Dec 2019 20:24:56 -0600 Subject: set the minimum supported version at py36 --- appveyor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index a9bcd40f1..d0d22146d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,11 @@ environment: matrix: - - PYTHON: "C:\\Python37" - TOXENV: "py37" - PYTHON: "C:\\Python36" TOXENV: "py36" - - PYTHON: "C:\\Python35" - TOXENV: "py35" - - PYTHON: "C:\\Python34" - TOXENV: "py34" + - PYTHON: "C:\\Python37" + TOXENV: "py37" + - PYTHON: "C:\\Python38" + TOXENV: "py38" cache: - '%LOCALAPPDATA%\pip\Cache' -- cgit v1.2.3 From e268aa622f57fd76b06fc6203448143f4fbe7652 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 23 Dec 2019 12:08:50 -0600 Subject: restore py35 --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index d0d22146d..ba07274f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ environment: matrix: + - PYTHON: "C:\\Python35" + TOXENV: "py35" - PYTHON: "C:\\Python36" TOXENV: "py36" - PYTHON: "C:\\Python37" -- cgit v1.2.3