diff options
-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", |