From 7c520ece69ade644d2e0c7a52e06ebaef8c5260f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 1 Oct 2012 13:30:41 -0400 Subject: [PATCH] new classifiers for 3.2+ --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 35c87cef..9844ab1b 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', ), )