Skip to content

Commit 9141d43

Browse files
committedOct 12, 2024··
Try setuptools<74
1 parent 1b2669a commit 9141d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools >=64",
4+
"setuptools >=64, <74",
55
"setuptools-git-versioning",
66
"wheel",
77
"cffi>=1.11",

0 commit comments

Comments
 (0)
Please sign in to comment.