summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDima Kurguzov <koorgoo@gmail.com>2017-04-12 08:24:04 +0300
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2017-04-12 11:24:04 +0600
commitbf820b20b022556c72402565f0ae50124017d6fe (patch)
tree9dfb369911a383132c42835f377d9b24160c2ab4 /setup.py
parent35270dd970de01fd164a9a724e46f5b7bb8196cb (diff)
downloadkombu-bf820b20b022556c72402565f0ae50124017d6fe.tar.gz
Fix byte string for kazoo.Queue in Python 3 (#713)
* Fix byte string for kazoo.Queue in Python 3 * Add test for message conversion to bytes in ZooKeeper channel
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index afa91494..0e49459f 100644
--- a/setup.py
+++ b/setup.py
@@ -155,6 +155,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: Implementation :: CPython',