diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-10-25 23:59:39 +0200 |
---|---|---|
committer | Roger Meier <r.meier@siemens.com> | 2019-10-25 23:59:39 +0200 |
commit | 6048175ef2c21fda298754e9b07515b0a56d66bd (patch) | |
tree | 5322b3839346c1df5b9f9d039ffca26bbcb4635d /setup.py | |
parent | 912e16b95611715b4df3fae019687f7616af51c1 (diff) | |
download | gitlab-6048175ef2c21fda298754e9b07515b0a56d66bd.tar.gz |
chore(setup): we support 3.8 (#924)
* chore(setup): we support 3.8
* style: format with black
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,5 +43,6 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], ) |