summaryrefslogtreecommitdiff
path: root/docs/compatibility.rst
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-02-23 18:16:08 -0800
committerDana Powers <dana.powers@gmail.com>2016-02-23 18:19:33 -0800
commit59ac7d6ca663929fd95c30ce3c9fe6c805e54993 (patch)
treed88ffb790b6cd0615e40eeeb5004e84edfcd0d0f /docs/compatibility.rst
parent8e63068cd8fb4e48eead661351486a085d19c440 (diff)
downloadkafka-python-59ac7d6ca663929fd95c30ce3c9fe6c805e54993.tar.gz
Update to Kafka 0.9.0.1 for integration testing
Diffstat (limited to 'docs/compatibility.rst')
-rw-r--r--docs/compatibility.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst
index ccc4b96..ef02af1 100644
--- a/docs/compatibility.rst
+++ b/docs/compatibility.rst
@@ -6,7 +6,7 @@ Compatibility
.. 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
+kafka-python is compatible with (and tested against) broker versions 0.9.0.1
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.