summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-01-29 13:29:06 +0100
committerGitHub <noreply@github.com>2021-01-29 13:29:06 +0100
commit48cb89bad043f7e406e2358a20512653fc40556d (patch)
tree15fee1ba3509befc5ddf46ed4e28f4e59138d69a /setup.py
parent55c8c96e476f72cd8225c6033b4fb2ea800b55e6 (diff)
parent4b4e25399f35e204320ac9f4e333b8cf7b262595 (diff)
downloadgitlab-48cb89bad043f7e406e2358a20512653fc40556d.tar.gz
Merge pull request #1273 from python-gitlab/chore/python3-9v2.6.0
chore: offically support and test 3.9
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 935ebae..816d363 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
],
extras_require={
"autocompletion": ["argcomplete>=1.10.0,<2"],