diff options
| author | Jianbin Wei <jianbin-wei@users.noreply.github.com> | 2017-06-16 22:58:58 -0700 |
|---|---|---|
| committer | Dana Powers <dana.powers@gmail.com> | 2017-06-16 22:58:58 -0700 |
| commit | b1a6d3301f0ed997e937dcc3b09a3cff27360cff (patch) | |
| tree | 081d369e854c4ae81b73d52f703a69ef1cdaad97 /docs/compatibility.rst | |
| parent | 72205c469297c9daca6f3a3b803a0c72f4055cfa (diff) | |
| download | kafka-python-b1a6d3301f0ed997e937dcc3b09a3cff27360cff.tar.gz | |
Add kafka 0.10.2.1 into integration testing version (#1096)
* Add kafka 0.10.2.1 into integration testing version
* Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1
* Remove references to python 2.6 support
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 f14c203..124af18 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -9,6 +9,6 @@ Compatibility 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. +kafka-python is tested on python 2.7, 3.3, 3.4, 3.5, and pypy. Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |
