diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-28 07:51:12 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 07:51:12 +0000 |
| commit | 70e2be3c764147111920b1dd090d7d75e7c0fc2f (patch) | |
| tree | 3e40e7e0e932ad70fd6bf8bd154b5e5a2f6d010d /pyproject.toml | |
| parent | 404a2379f8345eac9e507e86477f0668de2074c1 (diff) | |
| download | edify-70e2be3c764147111920b1dd090d7d75e7c0fc2f.tar.xz edify-70e2be3c764147111920b1dd090d7d75e7c0fc2f.zip | |
fix: lower setuptools in pyproject.toml and use macos-latest for all macOS CI jobs
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/8d8a009c-758c-4ab2-b58c-3fc7b67455a9
Co-authored-by: luciferreeves <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 022853d..50a796d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=82.0.1", + "setuptools>=75.0", "wheel", ] |
