zimeon / iiif

IIIF Image API reference implementation and Python library
GNU General Public License v3.0
55 stars 15 forks source link

Drop python 2.6 support and use current Pillow #37

Closed zimeon closed 6 years ago

zimeon commented 6 years ago

Python 2.6 is EOL and not supported by Pillow 4 or 5. Have already dropped 3.3 in #22 so support should be 2.7, 3.4 and up.

zimeon commented 6 years ago

See https://pillow.readthedocs.io/en/latest/installation.html#notes for Pillow support notes

zimeon commented 6 years ago

Fixed in 39bfdfc53b5823656adfb83068bb71668c1f76fd and released as 1.0.6 on pypi.