chore(deps-dev): update setuptools requirement from <77,>=70.1 to >=70.1,<85 - #93
chore(deps-dev): update setuptools requirement from <77,>=70.1 to >=70.1,<85#93dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.1.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Closing — the Verified 2026-08-22 against
The package still declares This cap is unblocked by dropping Python 3.8, not by raising the ceiling. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…#94) The setuptools build requirement is capped at <77 deliberately, and the cap is asserted by tests/test_release_readiness.py:: test_packaging_configuration_remains_compatible_with_supported_python. We ship requires-python = ">=3.8" with the legacy PEP 621 license = {file = "LICENSE"} table. setuptools 77+ deprecates that table in favour of the PEP 639 string form, which the setuptools release resolvable on Python 3.8 cannot parse — so raising the ceiling breaks the sdist build on the oldest Python we support. PR #93 proposed <85 and went red on all five Python jobs for exactly this reason; it was closed rather than merged. Ignoring setuptools here keeps the weekly pip run from reopening a PR that can only ever land red. Remove the ignore when Python 3.8 support is dropped. Claude-Session: https://claude.ai/code/session_01JKAExynd9zoKwt6rYA66EA Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Updates the requirements on setuptools to permit the latest version.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
72e919aMerge pull request #5293 from pypa/bugfix/integration-pip-flit-backend1b29701Select the top-level pyproject.toml when reading build requirementsbb1b381Bump version: 83.0.0 → 84.0.0ee6fdd7Sync with distutils @ e8eb87855 (#5292)2a4a9e4Merge remote-tracking branch 'origin/main' into distutils-e8eb87855cbd1195Merge https://github.com/jaraco/skeletonbd3594eMerge pull request #5287 from Avasam/Configuring-lint.flake8-comprehensions.a...f02e90aConfigure C408 to allow dict(a=1) rather than disabling itc55f52bConfiguring lint.flake8-comprehensions.allow-dict-calls-with-keyword-argument...e9904b0Match the distutils sdist base type for the user_options overrideDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)