From ba2f0852be03f8107a817312730a2ff591f99ce9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 31 Aug 2012 14:23:12 -0400 Subject: [PATCH] setup.py: explicitly list Python 3.2 and 3.3 as supported. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 22d0b23..c5c6312 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,8 @@ _setup( 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Communications :: Email', 'Topic :: Database', 'Topic :: Education', -- 2.26.2