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",
|
||||
"hatchling",
|
||||
"pip",
|
||||
"setuptools>=66.1.0,<70",
|
||||
"wheel",
|
||||
]
|
||||
dev = [
|
||||
|
|
Loading…
Reference in New Issue