Skip to content

Commit a7e5b50

Browse files
[setuptools] Force the upgrade of setuptools > 77 (#2715)
1 parent 9794556 commit a7e5b50

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>=75.2.0"]
4+
requires = [ "setuptools>=77" ]
55

66
[project]
77
name = "astroid"

0 commit comments

Comments
 (0)