summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Borzenkov <snaury@gmail.com>2014-08-08 01:41:44 +0400
committerAlexey Borzenkov <snaury@gmail.com>2014-08-08 01:41:44 +0400
commit51260742e3e58280e1ef860a888cfd1c8a96ad79 (patch)
tree0e9358d1a9bb878980a94ac727781c3e1dda9ba9
parent392ed34fc7416654002ac54a6e096332d03ed975 (diff)
downloadgreenlet-51260742e3e58280e1ef860a888cfd1c8a96ad79.tar.gz
Add Python 3.3 and 3.4 to classifiers
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1f4d57f..c27fa88 100755
--- a/setup.py
+++ b/setup.py
@@ -86,6 +86,8 @@ setup(
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules'],
**setuptools_args)