From 9fa33e81c28822c2e3da6ef6e5b0d59edbd90241 Mon Sep 17 00:00:00 2001 From: Tolaria Date: Thu, 4 Jun 2026 12:43:46 +0800 Subject: [PATCH] update pyproject --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db17863..8d59033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,11 @@ name = "up" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.12" dependencies = [] [tool.hatch.build.targets.wheel] packages = ["_extensions"] [dependency-groups] -dev = [ - "zensical>=0.0.43", -] +dev = ["zensical>=0.0.43"]