summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSwen Kooij <swenkooij@gmail.com>2020-07-23 09:51:17 +0300
committerGitHub <noreply@github.com>2020-07-22 23:51:17 -0700
commitbd557dabd487cc44c11bf003600c82477ea5de11 (patch)
tree456e71a2d9ca5d72949de649613949668a442260 /setup.py
parent316da747e432962d149828cb9d6fbaff04c2008c (diff)
downloadkafka-python-bd557dabd487cc44c11bf003600c82477ea5de11.tar.gz
Python 3.8 support (#2088)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8bc484c..005c5ad 100644
--- a/setup.py
+++ b/setup.py
@@ -56,6 +56,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
]