diff --git a/pyproject.toml b/pyproject.toml index 131849f..d9b9a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ issues = "https://github.com/larsimmisch/pyalsaaudio/issues" [build-system] -requires = ["setuptools"] +requires = ["setuptools>=80.0"] build-backend = "setuptools.build_meta"