From 5ffd2f5c966017b7842b5fbbc1a38796e77f7b55 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 14 Mar 2018 15:15:39 -0700 Subject: [PATCH] Not ending Py3.5 support just yet --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 98164755..9ac15ba0 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,7 @@ Requirements Runs on CPython 3.6, and requires external program installations of Ghostscript, Tesseract OCR, QPDF, and Leptonica. ocrmypdf is pure Python, but uses CFFI to portably generate library bindings. -Python 3.5 is fully supported, but support will end at the end of 2017, to allow f-strings in the code base. +Python 3.5 is also supported. Press & Media -------------