summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-07-21 18:39:51 +0200
committerGitHub <noreply@github.com>2019-07-21 18:39:51 +0200
commit8306ef21be731336c9706c9908133cfcb3b6a5f4 (patch)
tree13a8ed433944f780e32209034172297a992e8423
parent8f1ed933f58f36b5383c3f862a59ce73e7954f02 (diff)
parentb1525c9a4ca2d8c6c14d745638b3292a71763aeb (diff)
downloadgitlab-8306ef21be731336c9706c9908133cfcb3b6a5f4.tar.gz
Merge pull request #834 from python-gitlab/chore/setup-supported-versions
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",
],
)