summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-02-11 23:15:22 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-02-11 23:15:22 +0100
commit2b7411290c2ab4334219547d42376e915c777051 (patch)
tree2daa0ea3d373d00fdc152fb325c69ae071e207a6
parentafb18be0b18dadb62e7c2671d1430cc9b9621120 (diff)
downloadpython-lxml-2b7411290c2ab4334219547d42376e915c777051.tar.gz
discontinue support for CPython 3.2 - may or may not work in the future
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 68f064ef..0118a547 100644
--- a/setup.py
+++ b/setup.py
@@ -219,10 +219,10 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- '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',
'Programming Language :: C',
'Operating System :: OS Independent',
'Topic :: Text Processing :: Markup :: HTML',