blob: 691be056d25ba7b43eaf880f9b994a3a04bb6977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff --git a/pyproject.toml b/pyproject.toml
index c1d8e68dc55..168481bbdf9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools >= 77.0.3, <= 80.3.1"] # lower bound to support license/license-files (PEP 639), upper bound for latest version tested at release
+requires = ["setuptools >= 77.0.3"] # lower bound to support license/license-files (PEP 639), upper bound for latest version tested at release
build-backend = "setuptools.build_meta"
[project]
|