summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:30:49 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:30:49 -0400
commit2b07b980804a9313e5bb8fd4bc1c6c04a8d84b2c (patch)
treea47f9e7ed4fe7bd90f0009103905f0eb275115f4 /setup.py
parent75956a99758ab5bca978c81a88791ee211983c55 (diff)
downloadzope-i18n-2b07b980804a9313e5bb8fd4bc1c6c04a8d84b2c.tar.gz
Drop support for Python 2.6 and 3.2.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 9f1d58e..7a7e151 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ def alltests():
setup(
name='zope.i18n',
- version='4.1.1.dev0',
+ version='4.2.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',
@@ -61,10 +61,8 @@ setup(
'License :: OSI Approved :: Zope Public License',
'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.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',