diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-29 13:29:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 13:29:06 +0100 |
commit | 48cb89bad043f7e406e2358a20512653fc40556d (patch) | |
tree | 15fee1ba3509befc5ddf46ed4e28f4e59138d69a /setup.py | |
parent | 55c8c96e476f72cd8225c6033b4fb2ea800b55e6 (diff) | |
parent | 4b4e25399f35e204320ac9f4e333b8cf7b262595 (diff) | |
download | gitlab-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"], |