From 3d7068dded9df79429aa1c118e7c02e0b27de5c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:07:22 +0000 Subject: [PATCH] Update Python to >=3.13,<3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99f1b7ac..1d73f2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] -python = ">=3.8,<3.13" +python = ">=3.13,<3.14" requests = ">=2.27.1" ijson = ">=3.1.4" pandas = [