From 107e071508ee7d90aac9394275e12555fbec7275 Mon Sep 17 00:00:00 2001 From: Yusuke Shinyama Date: Wed, 25 Jun 2014 19:28:54 +0900 Subject: [PATCH] Drop Python 2.4 support. The oldest supported version is now Python 2.6. --- README.md | 2 +- docs/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f183df3..30aa5db 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Features How to Install -------------- - * Install Python 2.4 or newer. (**Python 3 is not supported.**) + * Install Python 2.6 or newer. (**Python 3 is not supported.**) * Download the source code. * Unpack it. * Run `setup.py`: diff --git a/docs/index.html b/docs/index.html index a7dd3d5..837b7e1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@
-Last Modified: Mon May 19 14:21:09 UTC 2014 +Last Modified: Wed Jun 25 10:27:52 UTC 2014
@@ -58,7 +58,7 @@ PDF parser that can be used for other purposes than text analysis.

Features