diff --git a/pyproject.toml b/pyproject.toml index 42139f4..8dfd971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=83,<84", "wheel>=0.47,<1"] +requires = ["setuptools>=84.0.0,<85", "wheel>=0.47,<1"] build-backend = "setuptools.build_meta" [tool.towncrier]