From a7acac3db371c2b55eedd66827582ff3682585bc Mon Sep 17 00:00:00 2001 From: rnetser Date: Mon, 30 Jun 2025 17:09:35 +0300 Subject: [PATCH 1/2] allow higher python versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aced26e..ca511e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "python-utility-scripts" version = "1.0.21" description = "Python utility scripts" -requires-python = "~=3.9" +requires-python = ">=3.9" readme = "README.md" license = "Apache-2.0" classifiers = [ From 7cc00b58b9c086118260dbdad820ebfcae63b910 Mon Sep 17 00:00:00 2001 From: rnetser Date: Mon, 30 Jun 2025 17:13:25 +0300 Subject: [PATCH 2/2] allow higher python versions --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 8902775..972ca2b 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 2 -requires-python = ">=3.9, <4" +requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.11'", "python_full_version == '3.10.*'",