From 3ecc717796490a334d0e8c7ca67b108a183431c9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 31 Mar 2024 01:36:19 +0100 Subject: pyproject.toml: Require Python >=3.8 Signed-off-by: Sebastian Pipping --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5010139..c06e4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [ {name = "Jesus Rivero", email = "neurogeek@gentoo.org"}, {name = "Sebastian Pipping", email = "sebastian@pipping.org"}, ] +requires-python = ">=3.8" dynamic = ["version"] readme = "README.md" license = {text = "GPL-2"} @@ -24,7 +25,6 @@ classifiers = [ "Natural Language :: English", "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", -- cgit v1.2.3-65-gdbad