From 85e99cbd031fb88f69e86cc80cbd14bda303a011 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 26 Jun 2025 18:58:07 +0200 Subject: [PATCH] Bump python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a548b9e..44f8166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] description = "Listen to messages from the SMS Forwarder app on Android and send mail" readme = "README.md" authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }] -requires-python = ">=3.13" +requires-python = ">=3.12" dependencies = [ "aiosmtplib>=3.0.2", "fastapi>=0.115.5",