Skip to content

Commit

Permalink
Only pin setuptools < 72.2 on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 2, 2024
1 parent 9a28932 commit 9729570
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 1,9 @@
[build-system]
requires = ["setuptools>=42,<72.2", "setuptools_scm[toml]>=3.4"]
requires = [
"setuptools>=42",
'setuptools<72.2; implementation_name == "pypy"', # https://github.com/pypa/distutils/issues/283
"setuptools_scm[toml]>=3.4",
]

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

0 comments on commit 9729570

Please sign in to comment.