diff --git a/setup.py b/setup.py index 5fa5484..f02e8c1 100644 --- a/setup.py +++ b/setup.py @@ -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'