[project] name = "old-python-constraint-project" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.8,<=3.9" dependencies = [ "ruff>=0.6.2", ] [build-system] requires = ["uv_build>=0.9.22,<0.10.0"] build-backend = "uv_build"