diff --git a/pyproject.toml b/pyproject.toml index ef5ed94a..69d80535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ description = "A clean customisable Sphinx documentation theme." dynamic = ["version"] readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "beautifulsoup4", "sphinx >= 6.0,<8.0", @@ -34,11 +34,11 @@ classifiers = [ "Environment :: Web Environment", "Intended Audience :: Developers", "Programming Language :: Python :: 3", - "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", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Topic :: Documentation", "Topic :: Software Development :: Documentation",