diff --git a/changelog b/changelog index 47bc0b8d02..339cedc764 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ + 35) PR #3565 for #3564. Bumps the requires setuptools version to 75.0. + 34) PR #3561 for #3506. Remove or replace remaining TODOs of closed issues. 33) PR #3555 for #3553. Fix issues with line_length breaking comments. diff --git a/pyproject.toml b/pyproject.toml index 170bed599f..3b61d998e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ # ----------------------------------------------------------------------------- [build-system] -requires = ["setuptools>=61.0", "wheel"] +requires = ["setuptools>=75.0", "wheel"] build-backend = "setuptools.build_meta" [project]