Added Python 3.10 classifier

This commit is contained in:
Alex Root Junior 2021-10-06 22:59:23 +03:00
parent 7405db2ad3
commit 02ca5589aa

View file

@ -25,6 +25,7 @@ classifiers = [
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Application Frameworks",
"Framework :: AsyncIO", "Framework :: AsyncIO",
"Typing :: Typed", "Typing :: Typed",