From dd28ffc2cc331303ee0ccca1bd167559da624f60 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Sat, 4 Jan 2025 21:14:18 +1000 Subject: [PATCH] Update Python versions --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29c3ec1..b4ca450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,11 +13,10 @@ classifiers = [ # Indicate who your project is intended for "Intended Audience :: Developers", # Specify the Python versions you support here. - "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", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",