diff options
| author | Dima Kurguzov <koorgoo@gmail.com> | 2017-04-12 08:24:04 +0300 |
|---|---|---|
| committer | Asif Saifuddin Auvi <auvipy@users.noreply.github.com> | 2017-04-12 11:24:04 +0600 |
| commit | bf820b20b022556c72402565f0ae50124017d6fe (patch) | |
| tree | 9dfb369911a383132c42835f377d9b24160c2ab4 /setup.py | |
| parent | 35270dd970de01fd164a9a724e46f5b7bb8196cb (diff) | |
| download | kombu-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
