diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2019-03-12 22:01:11 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2019-03-12 22:01:11 -0700 |
commit | c0add71e8d656691c0dd2dcb1936953f4483285b (patch) | |
tree | 991c3c6debc99d5cb28f6b694dd57a002f8f02d5 /docs | |
parent | 994d2838fdc77cc8b0840db0679cdbb0a0fb487b (diff) | |
download | kafka-python-c0add71e8d656691c0dd2dcb1936953f4483285b.tar.gz |
Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (#1614)
* Use xenial dist for travis builds
* Use openjdk8 for all travis tests
* Update python build matrix -- add 3.7, drop 3.5/3.6 (keep 2.7, 3.4, pypy2.7)
Diffstat (limited to 'docs')
-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 85b2c59..ce222ee 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 and pypy. +kafka-python is tested on python 2.7, 3.4, 3.5, 3.6, 3.7, and pypy. Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |