From 3d8024c45fb3d2e717871c4570aac99bb3911249 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 9 Oct 2018 06:11:09 +1100 Subject: [PATCH] Removed unused line --- winbuild/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/winbuild/config.py b/winbuild/config.py index 2bd49552a..bfce09b03 100644 --- a/winbuild/config.py +++ b/winbuild/config.py @@ -5,7 +5,6 @@ PILLOW_DEPENDS_DIR = 'C:\\pillow-depends\\' pythons = {'27': {'compiler':7, 'vc':2008}, 'pypy2': {'compiler':7, 'vc':2008}, - '33': {'compiler':7.1, 'vc':2010}, '34': {'compiler':7.1, 'vc':2010}, '35': {'compiler':7.1, 'vc':2015}, '36': {'compiler':7.1, 'vc':2015},