diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2021-10-06 07:50:48 +0200 |
---|---|---|
committer | Nejc Habjan <nejc.habjan@siemens.com> | 2021-10-06 08:42:21 +0200 |
commit | c042ddc79ea872fc8eb8fe4e32f4107a14ffed2d (patch) | |
tree | 4443ce5ba15c455a8f3551604841300f6bd51824 /setup.py | |
parent | 6ce56c2ad2e99ff7fdb3ee09a132a3eafeab5313 (diff) | |
download | gitlab-c042ddc79ea872fc8eb8fe4e32f4107a14ffed2d.tar.gz |
feat(build): officially support and test python 3.10
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], extras_require={ "autocompletion": ["argcomplete>=1.10.0,<2"], |