Skip to content

Commit e77cf0a

Browse files
Revert "[packaging] Temporarily limit setuptools to < 81"
This reverts commit 3ec8281.
1 parent b72d70d commit e77cf0a

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

66
[project]
77
name = "astroid"

0 commit comments

Comments
 (0)