summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-07-21 18:39:38 +0200
committerGitHub <noreply@github.com>2019-07-21 18:39:38 +0200
commitb1525c9a4ca2d8c6c14d745638b3292a71763aeb (patch)
tree13a8ed433944f780e32209034172297a992e8423
parent8f1ed933f58f36b5383c3f862a59ce73e7954f02 (diff)
downloadgitlab-b1525c9a4ca2d8c6c14d745638b3292a71763aeb.tar.gz
chore(setup): add 3.7 to supported python versions
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dff0830..ac012de 100644
--- a/setup.py
+++ b/setup.py
@@ -42,5 +42,6 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
],
)