chore: relax Python requirement to >=3.9 for runner compatibility
Some checks failed
Deploy Docs / deploy (push) Failing after 25s

This commit is contained in:
Tolaria 2026-06-03 23:01:24 +08:00
parent f7abb6bf42
commit 4b4425a2d9

View file

@ -7,7 +7,7 @@ name = "up"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.9"
dependencies = []
[tool.hatch.build.targets.wheel]