summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-08-09 17:51:40 +0300
committerMarius Gedminas <marius@gedmin.as>2018-08-09 17:51:40 +0300
commit92a3a238e4b17ef4944744830261d073332b4c78 (patch)
tree3e6381920587ae69deee43d30702cbb6cdc4cf9a /setup.py
parent569827b6225d9a369d9d10b1d5cbd3a2e94b463f (diff)
downloadzope-i18nmessageid-92a3a238e4b17ef4944744830261d073332b4c78.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 93f6f1b..27add7d 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ class optional_build_ext(build_ext):
setup(
name='zope.i18nmessageid',
- version='4.1.1.dev0',
+ version='4.2.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',
@@ -119,7 +119,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',