Declare Python 3.9 compatibility

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2020-11-13 08:56:31 +01:00
parent 85e3b1e74f
commit 4744c8946b

View File

@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
keywords='OpenEmbedded bitbake development',