summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:57:20 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:57:20 -0400
commit86912d971729d77ab0ed79617fbce7b0c536c255 (patch)
tree89e992e49857ac47932d927ab21e8c9f3eb3812f /setup.py
parent1be18cd5ca667f735635ec0225c296b6cbc06b6b (diff)
downloadzope-security-86912d971729d77ab0ed79617fbce7b0c536c255.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 ab5a679..611eea0 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ else:
]
setup(name='zope.security',
- version='4.0.4.dev0',
+ version='4.1.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',
@@ -122,10 +122,8 @@ setup(name='zope.security',
'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 :: 3.5',