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
+1 -1
View File
@@ -16,6 +16,7 @@
# along with OCRmyPDF. If not, see <http://www.gnu.org/licenses/>.
from pathlib import Path
from os import fspath
import pytest
import logging
@@ -27,7 +28,6 @@ import pikepdf
from ocrmypdf import optimize as opt
from ocrmypdf.exec.ghostscript import rasterize_pdf
from ocrmypdf.exec import jbig2enc, pngquant
from ocrmypdf.helpers import fspath
check_ocrmypdf = pytest.helpers.check_ocrmypdf