diff options
| author | Tres Seaver <tseaver@palladion.com> | 2016-03-23 17:04:38 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2016-03-23 17:04:38 -0400 |
| commit | 9e97fd5cd4c80f29491b8353d9a7dd0a43b7d78b (patch) | |
| tree | e093069e95bf503fcb03ebbd26bf6746464db2d1 /setup.py | |
| parent | 6ea10787cc3f91f5dc14f5c6b940cdc812339ca5 (diff) | |
| download | zope-component-drop-py26-py32-support.tar.gz | |
Drop support for Python 2.6 and 3.2.drop-py26-py32-support
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -70,7 +70,7 @@ def read(*rnames): setup( name='zope.component', - version='4.2.3.dev0', + version='4.3.0.dev0', url='https://github.com/zopefoundation/zope.component', license='ZPL 2.1', description='Zope Component Architecture', @@ -91,10 +91,8 @@ setup( "Operating System :: OS Independent", "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", |
