diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-26 22:37:01 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2019-03-12 19:33:38 -0700 |
commit | a84cdcb1442b99cc9f20ed9ba5f16ac9a52dde88 (patch) | |
tree | 6a9059f4b84f6cea98356c3c24bef00a7d5018f8 /setup.py | |
parent | 2a91ca1a8fd767d2e1f9981c7431ce31dcbddf00 (diff) | |
download | kafka-python-a84cdcb1442b99cc9f20ed9ba5f16ac9a52dde88.tar.gz |
Add python 3.7 support
Add Python 3.7 to the tests. Note that Travis requires a workaround for
now.
Document 3.7 support on PyPi.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ] |