summaryrefslogtreecommitdiff
path: root/docutils/setup.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-08-26 12:10:34 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-08-26 12:10:34 +0000
commit1ef1989292e633829bb2fc76f4541a48ad36a8ac (patch)
tree3b43963269a84cbb7b2c8b5232bcb2ebad6465f6 /docutils/setup.py
parente3b7e784a5145a704707e04feb09abe0a6be113c (diff)
downloaddocutils-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/setup.py')
-rwxr-xr-xdocutils/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docutils/setup.py b/docutils/setup.py
index 469b39722..b7c899516 100755
--- a/docutils/setup.py
+++ b/docutils/setup.py
@@ -199,7 +199,6 @@ classifiers = [
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',