Skip to content

Commit bfb8fa4

Browse files
Update setuptools requirement from <77,>=64.0 to >=64.0,<84
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@v64.0.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acaff14 commit bfb8fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Combined with the setuptools<77 pin above, `pip install .` then fails during
2424
# "Getting requirements to build wheel" with
2525
# `AttributeError: ignore_egg_info_in_manifest`. 9.x has no such integration.
26-
requires = ["setuptools>=64.0,<77", "setuptools-scm>=8,<10", "wheel==0.46.2"]
26+
requires = ["setuptools>=64.0,<84", "setuptools-scm>=8,<10", "wheel==0.46.2"]
2727

2828
build-backend = "setuptools.build_meta"
2929

0 commit comments

Comments
 (0)