From 6eb9957e8ac6795d83545f7f7b9ba7b65b73e082 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Sat, 4 Jan 2020 16:51:54 +0100 Subject: [PATCH] Update docs: at least python 3.4 is needed now --- docs/source/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index dbec983..5a154d7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -46,13 +46,12 @@ Features Installation instructions ========================= -Before using it, you must install it using Python 2.7 or newer. +Before using it, you must install it using Python 3.4 or newer. :: $ pip install pdfminer.six -Note that Python 2.7 support is dropped at January, 2020. Common use-cases ----------------