diff options
author | Sebastian Pipping <sping@gentoo.org> | 2024-03-31 01:36:19 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2024-03-31 01:37:56 +0100 |
commit | 3ecc717796490a334d0e8c7ca67b108a183431c9 (patch) | |
tree | 020e2d7296f8ddd5e2a9061eed348e4525cbd73f | |
parent | Bump version to 0.7.4 (diff) | |
download | metagen-3ecc717796490a334d0e8c7ca67b108a183431c9.tar.gz metagen-3ecc717796490a334d0e8c7ca67b108a183431c9.tar.bz2 metagen-3ecc717796490a334d0e8c7ca67b108a183431c9.zip |
pyproject.toml: Require Python >=3.8
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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", |