diff options
author | Dana Powers <dana.powers@rd.io> | 2016-01-07 17:14:49 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2016-01-07 17:14:56 -0800 |
commit | d4e85ecd1d8acac1a0f74d164b67faefd99987e4 (patch) | |
tree | 04d754bbd47230cd0c979926a0730750005d5e2d /docs/compatibility.rst | |
parent | 2a2e77aa1e5c31b3e815d573051bb2019daaa306 (diff) | |
download | kafka-python-d4e85ecd1d8acac1a0f74d164b67faefd99987e4.tar.gz |
Update docs for release w/ new async classes
Diffstat (limited to 'docs/compatibility.rst')
-rw-r--r-- | docs/compatibility.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst new file mode 100644 index 0000000..ccc4b96 --- /dev/null +++ b/docs/compatibility.rst @@ -0,0 +1,14 @@ +Compatibility +------------- + +.. image:: https://img.shields.io/badge/kafka-0.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.0 +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. + +Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |