From d63312ebe050c4b6b32d63ae343ab2ccb3501faf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 10:50:46 +0000 Subject: [PATCH] Update Python to >=3.14,<3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8ab171..45358f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "bootstrap-python-package" dynamic = ["version"] description = "A nice package meant to achieve world domination!" authors = [{ name = "Federico Busetti", email = "729029+febus982@users.noreply.github.com" }] -requires-python = ">=3.9,<3.14" +requires-python = ">=3.14,<3.15" readme = "README.md" license = "MIT" classifiers = [