Skip to content

Commit

Permalink
restrict setuptools to work around breakage (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Sep 1, 2024
1 parent e47e41e commit 0ef7f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# Must be kept in sync with `dependencies` below
requires = [
"setuptools>=61.0.0",
"setuptools>=61.0.0,!=74.0.0",
"wheel",
"cffi>=1.4.1; platform_python_implementation != 'PyPy'",
]
Expand Down

0 comments on commit 0ef7f46

Please sign in to comment.