From 7e81f4eaaedd0dd22e45ac6c74c0f9f870112ebd Mon Sep 17 00:00:00 2001 From: "Mike C. Fletcher" Date: Tue, 5 Jan 2021 19:12:58 -0500 Subject: [PATCH] Drop binary builds for python 2.6 and 3.4 --- appveyor.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3237fa7d..c0d7c126 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,22 +55,6 @@ environment: PYTHON_VERSION: "2.7.14" PYTHON_ARCH: "64" - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.4" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python34-x64" - PYTHON_VERSION: "3.4.4" - PYTHON_ARCH: "64" - - - PYTHON: "C:\\Python26" - PYTHON_VERSION: "2.6.6" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python26-x64" - PYTHON_VERSION: "2.6.6" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python35" PYTHON_VERSION: "3.5.3" PYTHON_ARCH: "32"