summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-07-30 21:34:49 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-07-30 21:34:49 +0200
commit9436948369d636d50355f7f679a0cfd7edc23044 (patch)
treef8ec996480e2ae2f2f49e73392499ee539b3ed75 /setup.py
parentaef8d6d4eb7b6c998324b784a2103e76ec2300c3 (diff)
downloadpython-lxml-9436948369d636d50355f7f679a0cfd7edc23044.tar.gz
Officially remove support for Py2.6.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ce87b912..122d762e 100644
--- a/setup.py
+++ b/setup.py
@@ -223,7 +223,6 @@ an appropriate version of Cython installed.
'License :: OSI Approved :: BSD License',
'Programming Language :: Cython',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',