summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-01 09:29:17 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-01 09:29:17 +0200
commit5cb34d9030e169585659b2ee1fb00c7f35700d9c (patch)
tree8d0e8a7e73e97bbaabc300ff091d26c6906fa84a /appveyor.yml
parenta3901d64f9e00d26efcbf21a0729d2b4892cbef7 (diff)
downloadcython-5cb34d9030e169585659b2ee1fb00c7f35700d9c.tar.gz
Exclude Py3.3 from appveyor builds as it is out of maintenance anyway and isn't really supported by external packages anymore.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ef1f48995..5f7d2341d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,14 +17,6 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
- - PYTHON: "C:\\Python33"
- PYTHON_VERSION: "3.3"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python33-x64"
- PYTHON_VERSION: "3.3"
- PYTHON_ARCH: "64"
-
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"