Dropping Python 3.7 and adding Python 3.11 support

This commit is contained in:
KnugiHK
2023-06-16 17:50:08 +08:00
parent 14854193bd
commit ff95625edf

View File

@@ -31,10 +31,10 @@ setuptools.setup(
},
classifiers=[
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",