浏览代码

Drop support for python 3.4

python 3.4 requires visual studio 2010 to build which doesn't support
c++11 atomic.
Bo Yang 7 年之前
父节点
当前提交
06e415afe4
共有 1 个文件被更改,包括 0 次插入14 次删除
  1. 0 14
      appveyor.yml

+ 0 - 14
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