From a819e4b2c8c1391e505906c55a28e7d2994ce0d5 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 28 Jun 2013 16:21:56 +0200 Subject: [PATCH] Officially support python 3.3 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index efe7b75..3510848 100755 --- a/setup.py +++ b/setup.py @@ -73,4 +73,5 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", "Topic :: Office/Business :: Groupware"])