From 91d0325f770bde755cc96a70dd1cecb66ba97aba Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 1 Dec 2015 16:33:08 -0800 Subject: [PATCH] [appveyor] Do not build on Py3.3 --- appveyor.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 04627788..86771550 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,10 +16,6 @@ environment: PYTHON_VERSION: "2.7.x" PYTHON_ARCH: "32" - - PYTHON: "C:\\Python33" - PYTHON_VERSION: "3.3.x" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python34" PYTHON_VERSION: "3.4.x" PYTHON_ARCH: "32" @@ -29,11 +25,6 @@ environment: PYTHON_ARCH: "64" WINDOWS_SDK_VERSION: "v7.0" - - PYTHON: "C:\\Python33-x64" - PYTHON_VERSION: "3.3.x" - PYTHON_ARCH: "64" - WINDOWS_SDK_VERSION: "v7.1" - - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "3.4.x" PYTHON_ARCH: "64"