diff --git a/pyproject.toml b/pyproject.toml index 11ac22ce..52cde97e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,5 +77,8 @@ known_third_party = [ [build-system] -requires = ["poetry-core>=1.0.0a9"] +requires = [ + "poetry-core>=1.0.0a9", + "setuptools>=67.2.0; python_version>='3.12'", +] build-backend = "poetry.core.masonry.api"