summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-01-28 10:32:59 +0100
committerChristian Heimes <christian@python.org>2017-01-28 14:51:01 +0100
commitcf41a00e935342ae5266aaea117578c92d48f216 (patch)
treebe7edabd30d41cfd66d58e852032331c9ee37c2b /setup.py
parentccea2c389541afebf60219845879fb4a87f6146b (diff)
downloaddefusedxml-git-cf41a00e935342ae5266aaea117578c92d48f216.tar.gz
Drop Python 2.6, 3.1 to 3.3 support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index c5fecc0..5e652aa 100644
--- a/setup.py
+++ b/setup.py
@@ -48,12 +48,11 @@ setup(
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
- "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.1",
- "Programming Language :: Python :: 3.2",
- "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
"Topic :: Text Processing :: Markup :: XML",
],
)