summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2014-02-06 09:14:22 -0800
committerLance Stout <lancestout@gmail.com>2014-02-06 09:14:22 -0800
commit654420e351630523d9954e98da566cfd3be4b929 (patch)
tree5f7d16762f42ddaaa17b72f59abf4241bbf75f3b
parent651915f31cc1f967df35ff016b6823312d84bf5e (diff)
downloadslixmpp-654420e351630523d9954e98da566cfd3be4b929.tar.gz
slixmpp-654420e351630523d9954e98da566cfd3be4b929.tar.bz2
slixmpp-654420e351630523d9954e98da566cfd3be4b929.tar.xz
slixmpp-654420e351630523d9954e98da566cfd3be4b929.zip
Add Py3.3 to list of supported versions
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d9041af5..c89b0b09 100755
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ CLASSIFIERS = [ 'Intended Audience :: Developers',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries :: Python Modules',
]