There are some users who still need to build/release Python 3.8 wheels that can't use newer setuptools versions with #4766 in it. I propose the following: - create a new temporary `v75.3.1` branch from https://github.com/pypa/setuptools/releases/tag/v75.3.0 (d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4), the last commit/release to support Python 3.8 - merge a PR targeting this new branch backporting #4766 - tag the branch at v75.3.1 & release version 75.3.1 - merge a PR targeting `main` retconning this release into the changelog If this sounds good, @jaraco/@abravalheri, could one of you create the temporary `v75.3.1` branch?