blob: ad52d860f3cdace41b8a2d430590c1db20ecb2b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff --git a/pyproject.toml b/pyproject.toml
index ee28020..84f91e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools~=75.3"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format.
+requires = ["setuptools>=61.0"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format.
build-backend = "setuptools.build_meta"
[project]
|