Add python 3.10 classifier

This commit is contained in:
Andrew Cassidy 2022-04-08 00:01:45 -07:00
parent 9a7e3da60d
commit 15e4d691f5

View File

@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Text Processing :: Markup :: Markdown",
"Topic :: Software Development :: Version Control :: Git",
"Topic :: Utilities"