setup.py: Add support for Python 3.8 and 3.9

Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Christian Clauss 2020-12-24 15:14:05 +01:00
parent b72926b382
commit 2426a5ffd5
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development',
'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License',