mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 15:44:46 +03:00
Drop support for EOL Python 3.3
This commit is contained in:
parent
c093da27d9
commit
4d2eccbd49
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user