From 88fe8ff1b68f91a46bdfa83de044aed21021d545 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:11:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Python=20to=20?= =?UTF-8?q?=3D=3D3.14.*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 064f561..849e3c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "aerich[toml]>=0.8.1", "py-cord>=2.7.0rc1", ] -requires-python = "==3.12.*" +requires-python = "==3.14.*" readme = "README.md" license = {text = "MIT"}