commit:     3ecc717796490a334d0e8c7ca67b108a183431c9
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 00:36:19 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 00:37:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/metagen.git/commit/?id=3ecc7177

pyproject.toml: Require Python >=3.8

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 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 = "[email protected]"},
     {name = "Sebastian Pipping", email = "[email protected]"},
 ]
+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",

Reply via email to