From 916d9b4c74ce51fd34cfc2e33303cda1865bcfef Mon Sep 17 00:00:00 2001 From: caelean Date: Thu, 2 May 2024 16:35:03 -0700 Subject: [PATCH] drop old python version support --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71cd2a1..2867b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,6 @@ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",