diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-08-13 13:35:13 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-08-13 13:35:13 -0700 |
commit | b51fc8820301d11ac0c8ea72daa8facab7d469a9 (patch) | |
tree | 9cf0357c69fe275ea95877afe6d0ece5acd05b2f /docs/compatibility.rst | |
parent | 8f46ae8489fffad6afa62c153c46d70f8e621044 (diff) | |
download | kafka-python-b51fc8820301d11ac0c8ea72daa8facab7d469a9.tar.gz |
Update compatibility docs re: 0.11 brokers and python 3.6
Diffstat (limited to 'docs/compatibility.rst')
-rw-r--r-- | docs/compatibility.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst index 124af18..a832ae6 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -1,14 +1,14 @@ Compatibility ------------- -.. image:: https://img.shields.io/badge/kafka-0.10%2C%200.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg +.. image:: https://img.shields.io/badge/kafka-0.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg :target: https://kafka-python.readthedocs.io/compatibility.html .. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg :target: https://pypi.python.org/pypi/kafka-python -kafka-python is compatible with (and tested against) broker versions 0.10 +kafka-python is compatible with (and tested against) broker versions 0.11 through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release. -kafka-python is tested on python 2.7, 3.3, 3.4, 3.5, and pypy. +kafka-python is tested on python 2.7, 3.4, 3.5, 3.6 and pypy. Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |