blob: 31ac1775bdb0c8d2987ff2fb42ffa7a341f4f61d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Relax version requirements of py-setuptools.
--- pyproject.toml.orig 2025-06-18 18:06:03 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools >= 67.7.2, < 72.0.0", "wheel >= 0.40.0"]
+requires = ["setuptools", "wheel >= 0.40.0"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
|