From 8c4f58a4cd73db88e3c16f36aba9f606e0b56c23 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 10 Sep 2017 19:17:25 +0300 Subject: [PATCH] Drop support for EOL Python 3.3 --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 18c179983..774b71bd7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,9 +19,6 @@ environment: - PYTHON: C:/Python34 - PYTHON: C:/Python27 - PYTHON: C:/Python34-x64 - - PYTHON: C:/Python33 - - PYTHON: C:/Python33-x64 - install: - curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/master.zip