From 5b297474381f6c92327b2a1339ccaf6db2353c74 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 11 Oct 2013 08:44:56 -0700 Subject: [PATCH] setup.py: Claim support for Python 3.3 We've supported 3.3 for the whole rss2email 3.x branch, but I forgot to mention it in the trove classifiers. Signed-off-by: W. Trevor King --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9ab38e6..d219956 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Communications :: Email', 'Topic :: Software Development :: Libraries :: Python Modules', ], -- 2.26.2