Skip to content

Commit 9a2d66a

Browse files
[setuptools] Force the upgrade of setuptools > 77 (#2715)
1 parent cf64a90 commit 9a2d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

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

66
[project]
77
name = "astroid"

0 commit comments

Comments
 (0)