summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2021-01-29 09:23:55 +0100
committerMax Wittig <max.wittig@siemens.com>2021-01-29 09:23:55 +0100
commit62dd07df98341f35c8629e8f0a987b35b70f7fe6 (patch)
tree454cb061194b7d6c212f0597bf349dca912466c3 /setup.py
parent78a02ced58566b9c05c9be37698f6ee1cfad088c (diff)
downloadgitlab-62dd07df98341f35c8629e8f0a987b35b70f7fe6.tar.gz
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"],