From 1253d4a8d52c9f620077bd43bcb8436da9973f75 Mon Sep 17 00:00:00 2001 From: Cristiano Singulani Date: Fri, 28 Nov 2025 20:06:04 +0000 Subject: [PATCH] Update Python version requirements and modify pyarrow dependency in project files --- pyproject.toml | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 695c0a6..3f88d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" authors = [ { name = "LIneA", email = "itteam@linea.org.br" } ] -requires-python = ">=3.7,<3.13" +requires-python = ">=3.7,<3.14" classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [build-system] diff --git a/requirements.txt b/requirements.txt index d561823..ff8e2ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2>=3,<4 matplotlib>=3,<4 numpy>=1,<3 pandas>=2,<3 -pyarrow>=17,<18 +pyarrow>=17 pydantic>=2,<3 requests>=2,<3 tables-io>=1,<2 \ No newline at end of file