diff options
author | Dana Powers <dana.powers@gmail.com> | 2019-03-14 18:24:51 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2019-03-14 18:25:09 -0700 |
commit | 225741965ef1cd791bd2722f120697c55ba2dccc (patch) | |
tree | 29594b673152f907ac7f494d2f6c57ba671fe7b2 /docs/compatibility.rst | |
parent | 965d21b21387e69c53f583fd76cdcec2a4d0f944 (diff) | |
download | kafka-python-1.4.5.tar.gz |
Release 1.4.51.4.5
Diffstat (limited to 'docs/compatibility.rst')
-rw-r--r-- | docs/compatibility.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst index ce222ee..fc9e7cc 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -12,6 +12,6 @@ through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release. Because the kafka server protocol is backwards compatible, kafka-python is expected to work with newer broker releases as well (2.0+). -kafka-python is tested on python 2.7, 3.4, 3.5, 3.6, 3.7, and pypy. +kafka-python is tested on python 2.7, 3.4, 3.7, and pypy2.7. Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |