[stable-2.14] Pin `wheel` to resolve build issues (#84943) (#84947)

(cherry picked from commit 8b0c4825ae)
pull/85018/head
Matt Clay 8 months ago committed by GitHub
parent f5bf430742
commit 116e94a682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,2 @@
bugfixes:
- build - Pin ``wheel`` in ``pyproject.toml`` to ensure compatibility with supported ``setuptools`` versions.

@ -1,3 +1,3 @@
[build-system] [build-system]
requires = ["setuptools >= 45.2.0, <= 75.3.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release requires = ["setuptools >= 45.2.0, <= 75.3.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

Loading…
Cancel
Save