Skip to content

Commit bedc781

Browse files
committed
pypi: drop packaging>=24.2 (cibuildwheel constrains it to 24.1)
1 parent 30d8483 commit bedc781

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bindings/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
# 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"]
3+
# packaging>=24.2 in the build env — cibuildwheel constrains packaging==24.1
4+
# so we cannot bump it. Pin setuptools <77 until we migrate fully to PEP 639.
5+
requires = ["setuptools>=64,<77", "wheel"]
66
build-backend = "setuptools.build_meta"
77

88
[project]

0 commit comments

Comments
 (0)