pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.34k stars 1.14k forks source link

Upgrade packaging to 24.0 #4289

Closed zangruochen closed 1 month ago

zangruochen commented 1 month ago

Upgrade packaging to 24.0

jaraco commented 1 month ago

It looks like maybe you did this manually. The proper way to update vendored dependencies is:

I just ran this and see that there are some failures in updating the dependencies. See #4253.

jaraco commented 1 month ago

Superseded by #4301.