Skip to content

Commit 998f4e6

Browse files
committed
Temporarily restrict setuptools to <= 73.0
CFFI is currently broken with setuptools 74.0, see python-cffi/cffi#118
1 parent 0f2ca97 commit 998f4e6

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
@@ -39,7 +39,7 @@ Repository = "https://github.com/OxiDD/oxidd"
3939
Issues = "https://github.com/OxiDD/oxidd/issues"
4040

4141
[build-system]
42-
requires = ["setuptools >= 61.0", "setuptools_scm >= 8"]
42+
requires = ["setuptools >= 61.0, <= 73.0", "setuptools_scm >= 8"]
4343
build-backend = "setuptools.build_meta"
4444

4545
[tool.setuptools]

0 commit comments

Comments
 (0)