diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-01-29 09:23:55 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2021-01-29 09:23:55 +0100 |
commit | 62dd07df98341f35c8629e8f0a987b35b70f7fe6 (patch) | |
tree | 454cb061194b7d6c212f0597bf349dca912466c3 /setup.py | |
parent | 78a02ced58566b9c05c9be37698f6ee1cfad088c (diff) | |
download | gitlab-62dd07df98341f35c8629e8f0a987b35b70f7fe6.tar.gz |
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"], |