From ebd54542616d294088cb4dfcdc9c716808bf6f74 Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Sun, 30 Nov 2025 15:02:09 -0800 Subject: [PATCH 1/2] Update Classifiers --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f3b1a4..be14ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.06", "Programming Language :: Python :: 3.07", "Programming Language :: Python :: 3.08", "Programming Language :: Python :: 3.09", From cc47637bed34b57a74fd2d1f0bd342fc08af15eb Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Sun, 30 Nov 2025 15:09:27 -0800 Subject: [PATCH 2/2] Update Classifiers --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be14ecd..165f856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,16 +10,16 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.07", - "Programming Language :: Python :: 3.08", - "Programming Language :: Python :: 3.09", + "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", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Operating System :: OS Independent", - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", + "License :: License :: OSI Approved :: MIT License", "Natural Language :: English", ] license = { text = "MIT" }