From bf8df3b8da896d83a405a65e43b34886c8ccd92b Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Tue, 25 Dec 2018 14:17:21 +0100 Subject: [PATCH] Disable Python 3.4 for now --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fd4e414..e301391 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,11 +15,11 @@ environment: #- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python33" - - PYTHON: "C:\\Python34" + #- PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python33-x64" - - PYTHON: "C:\\Python34-x64" + #- PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36-x64" #- PYTHON: "C:\\Python27-x64"