Skip to content

Commit

Permalink
Pin setuptools < 72.2 to fix build on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 1, 2024
1 parent 60e68ab commit 9a28932
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,5 1,5 @@
[build-system]
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools>=42,<72.2", "setuptools_scm[toml]>=3.4"]

[tool.black]
target_version = ["py38"]
Expand Down

0 comments on commit 9a28932

Please sign in to comment.