From 51260742e3e58280e1ef860a888cfd1c8a96ad79 Mon Sep 17 00:00:00 2001 From: Alexey Borzenkov Date: Fri, 8 Aug 2014 01:41:44 +0400 Subject: [PATCH] Add Python 3.3 and 3.4 to classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1f4d57f3..c27fa88e 100755 --- a/setup.py +++ b/setup.py @@ -86,6 +86,8 @@ def _find_platform_headers(): '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)