From b9835d9a2950c4c212c144161e5b07d779f4c998 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 26 Jun 2025 19:20:22 +0200 Subject: [PATCH] Bump --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index e4fba21..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.13 diff --git a/pyproject.toml b/pyproject.toml index 57fae5d..cac6d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version"] readme = "README.md" license = { text = "MIT License" } authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }] -requires-python = ">=3.12" +requires-python = ">=3.13" dependencies = [ "aiosmtplib>=3.0.2", "dateutils>=0.6.12",