--- pyproject.toml.orig 2025-07-23 01:47:24 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=75.3"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format. +requires = ["setuptools>=61"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format. build-backend = "setuptools.build_meta" [project]