Skip to content

Commit

Permalink
Skip setuptools 72.2.0 on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Aug 17, 2024
1 parent df19e18 commit 8a4af58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
changelog = "https://github.com/nucleic/kiwi/blob/main/releasenotes.rst"

[build-system]
requires = ["setuptools>=61.2", "wheel", "setuptools_scm[toml]>=3.4.3", "cppy>=1.2.0"]
requires = [
"setuptools>=61.2; implementation_name == cpython",
"setuptools>=61.2,!=72.2.0; implementation_name != cpython",
"setuptools_scm[toml]>=3.4.3",
"cppy>=1.2.0"
]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand Down

0 comments on commit 8a4af58

Please sign in to comment.