Update setup.py

This commit is contained in:
KnugiHK
2024-10-24 19:51:00 +08:00
parent afa6052a08
commit fa37dd4b2d

View File

@@ -32,10 +32,10 @@ setuptools.setup(
},
classifiers=[
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
@@ -45,7 +45,7 @@ setuptools.setup(
"Topic :: Utilities",
"Topic :: Database"
],
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=[
'jinja2',
'bleach'