diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-28 07:45:08 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 07:45:08 +0000 |
| commit | 404a2379f8345eac9e507e86477f0668de2074c1 (patch) | |
| tree | 764e5b2c0df7d0fa2b1796b502137a9438236c09 | |
| parent | 9b2723e05440f52546bb3c160cacbfd7f3cddb3c (diff) | |
| download | edify-404a2379f8345eac9e507e86477f0668de2074c1.tar.xz edify-404a2379f8345eac9e507e86477f0668de2074c1.zip | |
fix: lower setuptools requirement to >=75.0 for Python 3.8 compatibility
Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/d523264f-a40b-4cb6-883b-568d6c65cace
Co-authored-by: luciferreeves <[email protected]>
| -rw-r--r-- | ci/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt index 99dbcff..04f10cb 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ virtualenv>=21.3.0 pip>=25.0 -setuptools>=82.0.1 +setuptools>=75.0 six>=1.17.0 tox |
