We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d8483 commit bedc781Copy full SHA for bedc781
1 file changed
bindings/python/pyproject.toml
@@ -1,8 +1,8 @@
1
[build-system]
2
# setuptools 77+ enforces PEP 639 license validation which requires
3
-# packaging>=24.2 in the build env — older Python builds in cibuildwheel
4
-# don't have it. Pin <77 until we migrate fully to PEP 639.
5
-requires = ["setuptools>=64,<77", "wheel", "packaging>=24.2"]
+# packaging>=24.2 in the build env — cibuildwheel constrains packaging==24.1
+# so we cannot bump it. Pin setuptools <77 until we migrate fully to PEP 639.
+requires = ["setuptools>=64,<77", "wheel"]
6
build-backend = "setuptools.build_meta"
7
8
[project]
0 commit comments