summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:39:22 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:39:22 -0400
commita6acb623b705b6a87eec2adc7980cc4adc62c111 (patch)
tree2224da74043c55fc2b77aa8ee7a9ac0fb1f95e14 /setup.py
parent1d7cbc0e564af3b8488c8cd7fd3d93bfeb852db3 (diff)
downloadzope-pagetemplate-a6acb623b705b6a87eec2adc7980cc4adc62c111.tar.gz
Drop support for Python 2.6 and 3.2.drop-py26-py32-support
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 55c96d8..06b65d8 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='4.2.2.dev0',
+ version='4.3.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',
@@ -93,10 +93,8 @@ setup(name='zope.pagetemplate',
'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',