Drop support for EOL Python 3.3

This commit is contained in:
hugovk 2017-09-10 12:16:48 +03:00
parent c093da27d9
commit 4d2eccbd49

View File

@ -3,11 +3,8 @@ import os
SF_MIRROR = 'http://iweb.dl.sourceforge.net' SF_MIRROR = 'http://iweb.dl.sourceforge.net'
PILLOW_DEPENDS_DIR = 'C:\\pillow-depends\\' PILLOW_DEPENDS_DIR = 'C:\\pillow-depends\\'
pythons = { # '26': 7, pythons = {'27': 7,
'27': 7,
'pypy2': 7, 'pypy2': 7,
# '32': 7,
'33': 7.1,
'34': 7.1} '34': 7.1}
VIRT_BASE = "c:/vp/" VIRT_BASE = "c:/vp/"