diff options
| author | Tres Seaver <tseaver@palladion.com> | 2016-03-23 17:57:20 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2016-03-23 17:57:20 -0400 |
| commit | 86912d971729d77ab0ed79617fbce7b0c536c255 (patch) | |
| tree | 89e992e49857ac47932d927ab21e8c9f3eb3812f /setup.py | |
| parent | 1be18cd5ca667f735635ec0225c296b6cbc06b6b (diff) | |
| download | zope-security-86912d971729d77ab0ed79617fbce7b0c536c255.tar.gz | |
Drop support for Python 2.6 and 3.2.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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', |
