Skip to content
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

Update packaging constraint to match 2023.2 #92

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Commits on Oct 30, 2024

  1. Update packaging constraint to match 2023.2

    A recent release of setuptools breaks when packaging is <22.0 [0].
    Because we can't reliably pin setuptools in the real world (we expect
    people to simple create a venv and pip install from there (with our
    without tools like tox) we update our stable constraint to 23.1 to match
    stable/2023.2 in order to get things working again.
    
    [0] pypa/setuptools#4483
    
    Change-Id: If75a86941b636580b5220f9ea5fa80a12d1bf2e6
    cboylan authored and leust committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8e58acc View commit details
    Browse the repository at this point in the history