Skip to content

Commit c7cb914

Browse files
committed
chore: require setuptools>=79.0.0,<85
Raise the minimum supported setuptools to the 79 major release for warning-free installs.
1 parent 1ac00a6 commit c7cb914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
[build-system]
19-
requires = ["setuptools>=77.0.1,<85"]
19+
requires = ["setuptools>=79.0.0,<85"]
2020
build-backend = "setuptools.build_meta"
2121

2222
[project]

0 commit comments

Comments
 (0)