From 73d13939913f30f8c85dd0f4f6ecae1ddde1b6bf Mon Sep 17 00:00:00 2001 From: Bigbien <3301767269@qq.com> Date: Tue, 11 Aug 2026 21:38:55 +0800 Subject: [PATCH] chore: remove Python 3.7 and 3.8 from project classifiers --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3dc0be02..afff83174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "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",