chore: relax Python requirement to >=3.9 for runner compatibility
Some checks failed
Deploy Docs / deploy (push) Failing after 25s
Some checks failed
Deploy Docs / deploy (push) Failing after 25s
This commit is contained in:
parent
f7abb6bf42
commit
4b4425a2d9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ name = "up"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.9"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue