diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-05-24 13:18:30 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-05-24 13:18:30 -0700 |
commit | 21fe199c7be0c7704021a7393972379e2b340e51 (patch) | |
tree | 81501e8092b5bff4c3a446e27d7032ff08a0281d /docs/compatibility.rst | |
parent | a673b1fc7518d103f9f65e09ea51153daa8972c2 (diff) | |
download | kafka-python-21fe199c7be0c7704021a7393972379e2b340e51.tar.gz |
Update compatibility for 0.10 kafka release
Diffstat (limited to 'docs/compatibility.rst')
-rw-r--r-- | docs/compatibility.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst index ef02af1..273932f 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -1,12 +1,12 @@ Compatibility ------------- -.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg +.. 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 :target: https://kafka-python.readthedocs.org/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.9.0.1 +kafka-python is compatible with (and tested against) broker versions 0.10 through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release. kafka-python is tested on python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy. |