From: Kenneth Reitz Date: Mon, 1 Oct 2012 17:30:41 +0000 (-0400) Subject: new classifiers for 3.2+ X-Git-Tag: v0.14.2~8^2~1^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46fd297c3ac903793a99fd9712f04d747a027538;p=services%2Fpython-requests.git new classifiers for 3.2+ --- diff --git a/setup.py b/setup.py index 35c87ce..9844ab1 100755 --- a/setup.py +++ b/setup.py @@ -65,6 +65,8 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', ), )