From 1ef1989292e633829bb2fc76f4541a48ad36a8ac Mon Sep 17 00:00:00 2001 From: milde Date: Mon, 26 Aug 2019 12:10:34 +0000 Subject: Drop support for Python 3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Small fixes by Günter Milde. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'docutils/setup.py') 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', -- cgit v1.2.1