1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 02:35:28 +02:00

[build] macos job requires setuptools<70 (#9993)

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-22 09:30:25 -05:00 committed by GitHub
parent 3f7999533e
commit 78c57cc0e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ build = [
"build",
"hatchling",
"pip",
"setuptools>=66.1.0,<70",
"wheel",
]
dev = [