Skip to content

Restrict setuptools version to <79.0.0 #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

davidmannion
Copy link
Contributor

setuptools v79.0.0 removed support for legacy-editable installs, causing CI to fail.

This was fixed in django-stubs by restricting the setuptools version to <79.0.0 (see typeddjango/django-stubs#2617, thanks @michalpokusa). This PR applies the same fix.

setuptools v79.0.0 removed support for `legacy-editable` installs.
@sobolevn sobolevn merged commit 1a34281 into typeddjango:master Apr 27, 2025
6 of 11 checks passed
@sobolevn
Copy link
Member

The CI still fails, please, feel free to fix it in another PR :)

@davidmannion davidmannion deleted the restrict-setuptools-version-79.0.0 branch April 27, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants