Skip to content

Commit 76b4e97

Browse files
[setuptools] Force the upgrade of setuptools > 77
1 parent 9a6168d commit 76b4e97

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
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33

4-
requires = [ "setuptools>=71.0.4" ]
4+
requires = [ "setuptools>=77" ]
55

66
[project]
77
name = "pylint"

0 commit comments

Comments
 (0)