From: bashonly Date: Wed, 22 May 2024 14:30:25 +0000 (-0500) Subject: [build] `macos` job requires `setuptools<70` (#9993) X-Git-Tag: 2024.05.26~29 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/78c57cc0e0998b8ed90e4306f410aa4be4115cd7?ds=sidebyside;hp=3f7999533ebe41c2a579d91b4e4cb211cfcd3bc0 [build] `macos` job requires `setuptools<70` (#9993) Authored by: bashonly --- diff --git a/pyproject.toml b/pyproject.toml index b9a36ba6d..8e3bce4bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ build = [ "build", "hatchling", "pip", + "setuptools>=66.1.0,<70", "wheel", ] dev = [