List Python 3.10 as supported in trove classifiers

This commit is contained in:
Chris Mayo 2021-10-18 19:47:18 +01:00
parent df2304490b
commit 375bedf79a

View file

@ -373,6 +373,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
options={},
# Requirements, usable with setuptools or the new Python packaging module.