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 /setup.py | |
parent | 316da747e432962d149828cb9d6fbaff04c2008c (diff) | |
download | kafka-python-bd557dabd487cc44c11bf003600c82477ea5de11.tar.gz |
Python 3.8 support (#2088)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", ] |