]> jfr.im git - yt-dlp.git/commitdiff
[build] `macos` job requires `setuptools<70` (#9993)
authorbashonly <redacted>
Wed, 22 May 2024 14:30:25 +0000 (09:30 -0500)
committerGitHub <redacted>
Wed, 22 May 2024 14:30:25 +0000 (14:30 +0000)
Authored by: bashonly

pyproject.toml

index b9a36ba6d70b1dac844329839ac591a1f4a7d744..8e3bce4bfc48f416ce80a3d0e5f35f7520a35abd 100644 (file)
@@ -62,6 +62,7 @@ build = [
     "build",
     "hatchling",
     "pip",
+    "setuptools>=66.1.0,<70",
     "wheel",
 ]
 dev = [