aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-06-06 20:23:22 -0700
committerBo Yang <teboring@google.com>2018-06-06 20:23:22 -0700
commit06e415afe458aab41f53650a9ac089cbcb70987c (patch)
treeb7f06c7917b91342a0eb774d835f31a79bf03a92
parentbdf19829c0e0b3fe997dd6923d6d4b2589d08afa (diff)
downloadprotobuf-06e415afe458aab41f53650a9ac089cbcb70987c.tar.gz
protobuf-06e415afe458aab41f53650a9ac089cbcb70987c.tar.bz2
protobuf-06e415afe458aab41f53650a9ac089cbcb70987c.zip
Drop support for python 3.4
python 3.4 requires visual studio 2010 to build which doesn't support c++11 atomic.
-rw-r--r--appveyor.yml14
1 files changed, 0 insertions, 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