diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-10 17:51:01 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-08-10 17:51:01 +0000 |
| commit | 3ed002d706fff7aa422d7e760ebdd7cd84e5121e (patch) | |
| tree | 9ca0f6865d6efc5f73525d37238325f7a0fe7c4c /docs/dev/distributing.txt | |
| parent | fb586be34ad228b02a4573bc71da0ad1567dc421 (diff) | |
| download | docutils-3ed002d706fff7aa422d7e760ebdd7cd84e5121e.tar.gz | |
Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.
No change to the code yet, but from now on constructs requiring 2.6 or later
can be checked in.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/distributing.txt')
| -rw-r--r-- | docs/dev/distributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/distributing.txt b/docs/dev/distributing.txt index 770e83de5..3aeb6af24 100644 --- a/docs/dev/distributing.txt +++ b/docs/dev/distributing.txt @@ -28,7 +28,7 @@ Dependencies Docutils has the following dependencies: -* Python 2.4 or later is required. Use ">= Python 2.4" in the +* Python 2.6 or later is required. Use ">= Python 2.6" in the dependencies. * Docutils may optionally make use of the PIL (`Python Imaging |
