Drop support for Python 3.5

This commit is contained in:
James R. Barlow
2018-12-30 00:23:26 -08:00
parent b4a51907d6
commit 72b920eb16
17 changed files with 34 additions and 86 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ import concurrent.futures
from collections import defaultdict
import logging
import sys
from os import fspath
from PIL import Image
@@ -27,7 +28,7 @@ import pikepdf
from ._jobcontext import JobContext
from . import leptonica
from .helpers import re_symlink, fspath
from .helpers import re_symlink
from .exec import pngquant, jbig2enc
DEFAULT_JPEG_QUALITY = 75