diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-10-26 08:38:05 +0200 |
|---|---|---|
| committer | Nejc Habjan <nejc.habjan@siemens.com> | 2022-10-26 08:38:05 +0200 |
| commit | 74f66c71f3974cf68f5038f4fc3995e53d44aebe (patch) | |
| tree | 47c40c2da0f6830b62c0b3926120e64a3a8710b3 /setup.py | |
| parent | 31a39e1fda848227c15c2e535fa68eabf80f3468 (diff) | |
| download | gitlab-74f66c71f3974cf68f5038f4fc3995e53d44aebe.tar.gz | |
feat(build): officially support Python 3.11
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ setup( "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], extras_require={ "autocompletion": ["argcomplete>=1.10.0,<3"], |
