From 38b7d1d49361b0f5340a9f43cc65a2c03b42b7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:07:24 +0000 Subject: [PATCH] chore(deps): upgrade python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd0d8fd..49d377f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "py-cord>=2.7.0rc2", "cachetools>=7.0.1", ] -requires-python = "==3.12.*" +requires-python = "==3.14.*" readme = "readme.md" license = {text = "MIT"}