diff options
author | Swen Kooij <swenkooij@gmail.com> | 2020-07-23 09:51:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 23:51:17 -0700 |
commit | bd557dabd487cc44c11bf003600c82477ea5de11 (patch) | |
tree | 456e71a2d9ca5d72949de649613949668a442260 /docs | |
parent | 316da747e432962d149828cb9d6fbaff04c2008c (diff) | |
download | kafka-python-bd557dabd487cc44c11bf003600c82477ea5de11.tar.gz |
Python 3.8 support (#2088)
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 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 |