Add python 3.10 classifier

This commit is contained in:
Ethan Paul 2022-01-05 01:00:49 -05:00
parent 6ac16a5c4d
commit bb0db0fa1d
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
]