summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2017-09-28 15:06:57 +0200
committerMichael Howitz <mh@gocept.com>2017-09-28 15:42:19 +0200
commit88ed43669642edb31a4d1db92b75752b1b5b9817 (patch)
tree0a8626d0e7ac7649b3f87ad9a4aeb40734dffec1 /setup.py
parent93d8ddf3a298bcb326f905b6a4301e89e5d31104 (diff)
downloadzope-publisher-88ed43669642edb31a4d1db92b75752b1b5b9817.tar.gz
Drop support for Python 3.3.
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 afd2f98..8ac8989 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ tests_require = [
setup(
name='zope.publisher',
- version='4.3.3.dev0',
+ version='5.0.dev0',
url='http://github.com/zopefoundation/zope.publisher',
license='ZPL 2.1',
author='Zope Foundation and Contributors',
@@ -69,7 +69,6 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',