From cb84c0c9f3957d3d4347dc3a5c8ea44d2c26fc71 Mon Sep 17 00:00:00 2001 From: Preocts Date: Thu, 21 Aug 2025 22:19:44 -0400 Subject: [PATCH] Remove upper bound of python version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4917ef7..0e6701c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "module-name" -requires-python = ">=3.10,<3.15" +requires-python = ">=3.10" description = "Module Description" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 514df0c..0c977c4 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = ">=3.10, <3.15" +requires-python = ">=3.10" [[package]] name = "anyio"