Skip to content

Commit 361716d

Browse files
committed
Declare support for Python 3.8
1 parent c2dac88 commit 361716d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Although kafka-python is tested and expected to work on recent broker versions,
1616
not all features are supported. Specifically, authentication codecs, and
1717
transactional producer/consumer support are not fully implemented. PRs welcome!
1818

19-
kafka-python is tested on python 2.7, 3.4, 3.7, and pypy2.7.
19+
kafka-python is tested on python 2.7, 3.4, 3.7, 3.8 and pypy2.7.
2020

2121
Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def run(cls):
5656
"Programming Language :: Python :: 3.5",
5757
"Programming Language :: Python :: 3.6",
5858
"Programming Language :: Python :: 3.7",
59+
"Programming Language :: Python :: 3.8",
5960
"Programming Language :: Python :: Implementation :: PyPy",
6061
"Topic :: Software Development :: Libraries :: Python Modules",
6162
]

0 commit comments

Comments
 (0)