summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:33:22 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:33:22 -0400
commit0a0dad5c0b818262399d1d1ad371ad56899df2cc (patch)
tree23addc7566799a4ebacd8a4aed041001be2f0193 /setup.py
parentbe354ebde5c5ebeb2ae8d23800481d4a7649aa4b (diff)
downloadzope-interface-0a0dad5c0b818262399d1d1ad371ad56899df2cc.tar.gz
Drop support for Python 3.2.drop-py32-support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 62727df..ef10ca1 100644
--- a/setup.py
+++ b/setup.py
@@ -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",