Add Python 3.10 to classifiers

This commit is contained in:
Knugi
2023-02-26 07:43:36 +00:00
committed by GitHub
parent 4139cab00f
commit 45666d8878

View File

@@ -26,6 +26,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"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",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",