mirror of https://github.com/yt-dlp/yt-dlp.git
[build] `macos` job requires `setuptools<70` (#9993)
Authored by: bashonly
This commit is contained in:
parent
3f7999533e
commit
78c57cc0e0
|
@ -62,6 +62,7 @@ build = [
|
||||||
"build",
|
"build",
|
||||||
"hatchling",
|
"hatchling",
|
||||||
"pip",
|
"pip",
|
||||||
|
"setuptools>=66.1.0,<70",
|
||||||
"wheel",
|
"wheel",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
|
|
Loading…
Reference in New Issue