From 836a26ba8b1dd9928e4451618069c3e70924d349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Sezer=20Ta=C5=9Fan?= <13135006+hasansezertasan@users.noreply.github.com> Date: Sun, 26 Apr 2026 06:39:27 +0300 Subject: [PATCH] chore: widen requires-python to >=3.10 (drop upper cap) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe8e577..7f4756a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ keywords = [ license = {text = "MIT"} name = "debug-toolbar" readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10" version = "0.4.2" [project.optional-dependencies]