Add Py3.9 to the list of supported versions.

pull/2798/head
Bogdan Opanchuk 2021-09-15 13:13:07 -07:00
parent defa0e7c75
commit 424233c2d5
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ PYPI_CLASSIFIERS = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Security"
]