diff --git a/pyproject.toml b/pyproject.toml index 6527b12fd..17324b083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ build_ext = "pretix._build:CustomBuildExt" build-backend = "backend" backend-path = ["_build"] requires = [ - "setuptools", + "setuptools<72", # until we remove static3 "setuptools-rust", "wheel", "importlib_metadata",