From a87d3d32f7029b4271a28bfd63f9a4e404b1006c Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Fri, 1 Sep 2023 00:05:47 -0400 Subject: [PATCH] Changes pyproject.toml to match our actual allowed versions --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67ac6d1..2d781fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ documentation = "https://pytest-static.readthedocs.io" classifiers = [ "Development Status :: 1 - Planning", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",