diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-26 12:10:34 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-26 12:10:34 +0000 |
| commit | 1ef1989292e633829bb2fc76f4541a48ad36a8ac (patch) | |
| tree | 3b43963269a84cbb7b2c8b5232bcb2ebad6465f6 /docutils/README.txt | |
| parent | e3b7e784a5145a704707e04feb09abe0a6be113c (diff) | |
| download | docutils-1ef1989292e633829bb2fc76f4541a48ad36a8ac.tar.gz | |
Drop support for Python 3.4
This doesn't involve a whole lot of changes, but references to Python
3.3 and 3.4 (plus some to the already removed Python 2.6) are removed
and 'setup.py' is updated as necessary. This has already been agreed
upon, as noted in RELEASE-NOTES.txt:
Docutils 0.15.x is the last version supporting Python 2.6, 3.3, and 3.4.
Docutils 0.16 is compatible with Python versions 2.7 and 3.5 to 3.7.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Small fixes by Günter Milde.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/README.txt')
| -rw-r--r-- | docutils/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/README.txt b/docutils/README.txt index 2816531a5..41c8c6ba9 100644 --- a/docutils/README.txt +++ b/docutils/README.txt @@ -104,7 +104,7 @@ Requirements To run the code, Python_ must be installed. Docutils is compatible with Python versions 2.7, and -versions 3.3 to 3.7 (cf. `Python 3 compatibility`_). +versions 3.5 to 3.7 (cf. `Python 3 compatibility`_). Docutils uses the following packages for enhanced functionality, if they are installed: |
