From 7b4f1308832e99d8e49c80f24665e938673c1644 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:44:18 +0100 Subject: [PATCH] Drop Python 3.7 (#701) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",