From 06e415afe458aab41f53650a9ac089cbcb70987c Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 6 Jun 2018 20:23:22 -0700 Subject: Drop support for python 3.4 python 3.4 requires visual studio 2010 to build which doesn't support c++11 atomic. --- appveyor.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bd64fa27..2a940d7c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,14 +15,6 @@ environment: WHEELHOUSE_UPLOADER_USERNAME: travis-worker matrix: - - PYTHON: C:\Python34 - PYTHON_VERSION: 3.4 - PYTHON_ARCH: 32 - - - PYTHON: C:\Python34-x64 - PYTHON_VERSION: 3.4 - PYTHON_ARCH: 64 - - PYTHON: C:\Python35 PYTHON_VERSION: 3.5 PYTHON_ARCH: 32 @@ -82,12 +74,6 @@ install: - del /Q zlib-src.zip before_build: - - if %PYTHON%==C:\Python34 set generator=Visual Studio 10 2010 - - if %PYTHON%==C:\Python34 set vcplatform=Win32 - - - if %PYTHON%==C:\Python34-x64 set generator=Visual Studio 10 2010 Win64 - - if %PYTHON%==C:\Python34-x64 set vcplatform=x64 - - if %PYTHON%==C:\Python35 set generator=Visual Studio 14 - if %PYTHON%==C:\Python35 set vcplatform=Win32 -- cgit v1.2.3