1 2 3 4 5 6 7 8 9 10
--- pyproject.toml.orig 2025-06-13 06:42:29 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ [build-system] # 75.3.0 is the latest version supporting Python 3.8 -requires = ["setuptools >= 75.3.0"] +requires = ["setuptools >= 61"] build-backend = "setuptools.build_meta" [project]