summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-10-26 22:37:01 -0700
committerDana Powers <dana.powers@gmail.com>2019-03-12 19:33:38 -0700
commita84cdcb1442b99cc9f20ed9ba5f16ac9a52dde88 (patch)
tree6a9059f4b84f6cea98356c3c24bef00a7d5018f8 /setup.py
parent2a91ca1a8fd767d2e1f9981c7431ce31dcbddf00 (diff)
downloadkafka-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9dcdb8e..779adb9 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
]