Add python3.9 to supported python versions

This commit is contained in:
Istvan Ruzman
2020-08-30 14:59:58 +02:00
parent 209344fd05
commit bbcd58e452

View File

@@ -18,6 +18,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration :: Authentication/Directory"
]