From 0083c67ee998bec4e6c794f4ebccb544cbe7d59b Mon Sep 17 00:00:00 2001 From: David Gasquez Date: Wed, 15 Jan 2025 10:09:14 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20set=20Python=20version=20?= =?UTF-8?q?range=20to=20>=3D3.11=20and=20<=3D3.13?= 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 3d69ff3..dbb9769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "polars>=1.19.0", ] -requires-python = ">=3.13" +requires-python = ">=3.11, <=3.13" readme = "README.md" license = { text = "MIT" }