Skip to content

Commit 1ddd483

Browse files
Merge pull request #1088 from mayeut/patch-1
Add a lower bound pin on setuptools dependency
2 parents 15d62ac + 09c1f51 commit 1ddd483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dynamic = [
4141
]
4242
dependencies = [
4343
"packaging>=20",
44-
"setuptools",
44+
"setuptools>=61",
4545
'tomli>=1; python_version < "3.11"',
4646
'typing-extensions; python_version < "3.10"',
4747
]

0 commit comments

Comments
 (0)