summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-04-06 22:48:48 +0000
committerTres Seaver <tseaver@palladion.com>2012-04-06 22:48:48 +0000
commitcecb9730a4c4c16d9d8dc102b508de76d3ac7047 (patch)
tree4038f5fcbfc619a5accb5127e759f7a5f50149e7 /setup.py
parent3ff028cf0eb395318e9214747037ff2fe3f27925 (diff)
downloadzope-i18nmessageid-cecb9730a4c4c16d9d8dc102b508de76d3ac7047.tar.gz
Drop explicit support for Python 2.4 / 2.5 / 3.1.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index f137909..d312bb1 100644
--- a/setup.py
+++ b/setup.py
@@ -118,12 +118,9 @@ setup(name='zope.i18nmessageid',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.4',
- 'Programming Language :: Python :: 2.5',
'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 :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",