Add Python 3.9 classifier

This commit is contained in:
Unrud 2020-09-25 23:36:15 +02:00
parent 81218906c6
commit dd30aea7a5

View File

@ -90,4 +90,5 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Office/Business :: Groupware"])