summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saifuddin Auvi <auvipy@gmail.com>2018-06-28 18:44:01 +0600
committerGitHub <noreply@github.com>2018-06-28 18:44:01 +0600
commitbaf488bdaff629036785536db1268c5419c1c37e (patch)
tree9bab61e9375d1c5b2fa79599c4b85560ec2c4b9f
parent675216fe98945c923ef904e53a3d1098f15b5a6c (diff)
downloadkombu-baf488bdaff629036785536db1268c5419c1c37e.tar.gz
Added python 3.7 to classifier
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5ab994a7..77c35913 100644
--- a/setup.py
+++ b/setup.py
@@ -142,6 +142,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 :: 2.7',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: Implementation :: CPython',