summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-03-17 18:57:36 -0400
committerTres Seaver <tseaver@palladion.com>2014-03-17 18:57:36 -0400
commitd656aa065e8c24c56fb87315187fa59a523d7396 (patch)
tree26e6e83eeab358c92ec0a758d9be11f169a1d486 /setup.py
parentec2c3c109e205500c3b61f12714feb9a99b2a412 (diff)
downloadzope-i18nmessageid-d656aa065e8c24c56fb87315187fa59a523d7396.tar.gz
Note explicit support for Python 3.4.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 935125a..ce3b0a9 100644
--- a/setup.py
+++ b/setup.py
@@ -117,6 +117,7 @@ setup(name='zope.i18nmessageid',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
'Natural Language :: English',