From e083339cdd2ba016b3f777963aa2afc0a9cde67e Mon Sep 17 00:00:00 2001 From: Rike-Benjamin Schuppner Date: Wed, 25 Mar 2026 17:20:57 +0100 Subject: [PATCH] Python 3.10 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4537f9a..58789a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.2" description = "Send mass mail" authors = [ { name="ASPP", email ="info@aspp.school" } ] license = { file = "LICENSE" } -requires-python = ">=3.6" +requires-python = ">=3.10" dependencies = [ "aiosmtpd", "click>=8.2.0", "email-validator>=2.0", "rich" ] [project.optional-dependencies]