summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-07-31 16:42:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-07-31 16:42:48 +0200
commitf7578c4d4c37e29d5d3bd4a79942bcd617c33f79 (patch)
tree074f0f780e850db2da7ef724054b804e7293e44b /setup.py
parentc4fb118c6bdd37403116c9bae19194c4fd5d55ff (diff)
downloadpython-lxml-f7578c4d4c37e29d5d3bd4a79942bcd617c33f79.tar.gz
we don't really support Py3.0 anymore
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 b38c958d..8573f9fe 100644
--- a/setup.py
+++ b/setup.py
@@ -213,7 +213,6 @@ an appropriate version of Cython installed.
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: C',