diff options
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 93be6fd..ae15261 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -16,6 +16,6 @@ Although kafka-python is tested and expected to work on recent broker versions, not all features are supported. Specifically, authentication codecs, and transactional producer/consumer support are not fully implemented. PRs welcome! -kafka-python is tested on python 2.7, 3.4, 3.7, and pypy2.7. +kafka-python is tested on python 2.7, 3.4, 3.7, 3.8 and pypy2.7. Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |