diff options
author | Christian Heimes <christian@python.org> | 2017-01-28 10:32:59 +0100 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2017-01-28 14:51:01 +0100 |
commit | cf41a00e935342ae5266aaea117578c92d48f216 (patch) | |
tree | be7edabd30d41cfd66d58e852032331c9ee37c2b /setup.py | |
parent | ccea2c389541afebf60219845879fb4a87f6146b (diff) | |
download | defusedxml-git-cf41a00e935342ae5266aaea117578c92d48f216.tar.gz |
Drop Python 2.6, 3.1 to 3.3 support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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", ], ) |