Merge pull request #618 from staticdev/add-python-39-docs

Add python 3.9 to classifiers
This commit is contained in:
Ronny Pfannschmidt
2021-02-07 20:58:07 +01:00
committed by GitHub

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",
],
)