Add python 3.9 to classifiers

This commit is contained in:
staticdev 2021-01-19 20:39:44 +01:00
parent ad99d943de
commit 40fa7b091d
1 changed files with 1 additions and 0 deletions

View File

@ -44,5 +44,6 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)