diff --git a/pyproject.toml b/pyproject.toml index f8a00c6..17a6787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Keep the isolated build backend on a metadata-2.4-compatible hatchling line. # Newer hatchling releases can emit Core Metadata 2.5, which current CI's # `twine check` rejects as an invalid distribution metadata version. -requires = ["hatchling<1.27"] +requires = ["hatchling<1.32"] build-backend = "hatchling.build" [project]