diff options
| author | Tres Seaver <tseaver@palladion.com> | 2016-03-23 17:33:22 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2016-03-23 17:33:22 -0400 |
| commit | 0a0dad5c0b818262399d1d1ad371ad56899df2cc (patch) | |
| tree | 23addc7566799a4ebacd8a4aed041001be2f0193 /setup.py | |
| parent | be354ebde5c5ebeb2ae8d23800481d4a7649aa4b (diff) | |
| download | zope-interface-0a0dad5c0b818262399d1d1ad371ad56899df2cc.tar.gz | |
Drop support for Python 3.2.drop-py32-support
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -113,7 +113,7 @@ long_description=( ) setup(name='zope.interface', - version='4.1.4.dev0', + version='4.2.0.dev0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', @@ -129,7 +129,6 @@ setup(name='zope.interface', "Programming Language :: Python :: 2", "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", |
