Skip to content

Commit 6bf41bd

Browse files
committed
Remove upper bound of setuptools for PyPy
1 parent 4a4fd73 commit 6bf41bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build-system]
22
requires = [
33
"setuptools>=42",
4-
'setuptools<72.2; implementation_name == "pypy"', # https://github.com/pypa/distutils/issues/283
54
"setuptools_scm[toml]>=3.4",
65
]
76

0 commit comments

Comments
 (0)