From 7c73611ebb7f42418ae31806da362839debc059d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 19 Aug 2025 15:17:25 -0600 Subject: [PATCH] chore: Remove Python `<4` constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 585df59..90ed612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = ">=3.7" [tool.poetry.group.dev.dependencies] flake8 = "^4.0.1"