aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-06-06 20:14:06 -0700
committerBo Yang <teboring@google.com>2018-06-06 20:14:06 -0700
commitbdf19829c0e0b3fe997dd6923d6d4b2589d08afa (patch)
tree291751ad9c25ed204da64a8f5b3385e779c1b533
parent6249d7f8fdb11886fd88e9f2bcb34dbd0252e57b (diff)
downloadprotobuf-bdf19829c0e0b3fe997dd6923d6d4b2589d08afa.tar.gz
protobuf-bdf19829c0e0b3fe997dd6923d6d4b2589d08afa.tar.bz2
protobuf-bdf19829c0e0b3fe997dd6923d6d4b2589d08afa.zip
Drop support for python2.7
python2.7 requires building with visual studio 2008 which doesn't support c++ 11.
-rw-r--r--appveyor.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7216c17e..bd64fa27 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,14 +15,6 @@ environment:
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
matrix:
- - PYTHON: C:\Python27
- PYTHON_VERSION: 2.7
- PYTHON_ARCH: 32
-
- - PYTHON: C:\Python27-x64
- PYTHON_VERSION: 2.7
- PYTHON_ARCH: 64
-
- PYTHON: C:\Python34
PYTHON_VERSION: 3.4
PYTHON_ARCH: 32
@@ -90,12 +82,6 @@ install:
- del /Q zlib-src.zip
before_build:
- - if %PYTHON%==C:\Python27 set generator=Visual Studio 9 2008
- - if %PYTHON%==C:\Python27 set vcplatform=Win32
-
- - if %PYTHON%==C:\Python27-x64 set generator=Visual Studio 9 2008 Win64
- - if %PYTHON%==C:\Python27-x64 set vcplatform=x64
-
- if %PYTHON%==C:\Python34 set generator=Visual Studio 10 2010
- if %PYTHON%==C:\Python34 set vcplatform=Win32