Drop Python 2.4 support. The oldest supported version is now Python 2.6.

pull/1/head
Yusuke Shinyama 2014-06-25 19:28:54 +09:00
parent 44074b42ea
commit 107e071508
2 changed files with 4 additions and 4 deletions

View File

@ -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`:

View File

@ -9,7 +9,7 @@
<div align=right class=lastmod>
<!-- hhmts start -->
Last Modified: Mon May 19 14:21:09 UTC 2014
Last Modified: Wed Jun 25 10:27:52 UTC 2014
<!-- hhmts end -->
</div>
@ -58,7 +58,7 @@ PDF parser that can be used for other purposes than text analysis.
<p>
<h3>Features</h3>
<ul>
<li> Written entirely in Python. (for version 2.4 or newer)
<li> Written entirely in Python. (for version 2.6 or newer)
<li> Parse, analyze, and convert PDF documents.
<li> PDF-1.7 specification support. (well, almost)
<li> CJK languages and vertical writing scripts support.
@ -103,7 +103,7 @@ http://groups.google.com/group/pdfminer-users/
<h2><a name="install">How to Install</a></h2>
<ol>
<li> Install <a href="http://www.python.org/download/">Python</a> 2.4 or newer.
<li> Install <a href="http://www.python.org/download/">Python</a> 2.6 or newer.
(<font color=red><strong>Python 3 is not supported.</strong></font>)
<li> Download the <a href="#source">PDFMiner source</a>.
<li> Unpack it.