Skip to content

Commit

Permalink
Merge pull request #202 from harfbuzz/test-ci
Browse files Browse the repository at this point in the history
pin setuptools to work around build error with PyPy 3
  • Loading branch information
anthrotype authored Aug 23, 2024
2 parents 8c52d3f + 38a5a64 commit e66c546
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build-system]
requires = [
"setuptools >= 36.4",
# pinning setuptools until an issue with pypy3 gets fixed upstream:
# https://github.com/pypa/distutils/issues/283
"setuptools >= 36.4, < 72.2",
"wheel",
"setuptools_scm >= 2.1",
"cython >= 0.28.1",
Expand Down

0 comments on commit e66c546

Please sign in to comment.