From 5a46a976e51673d8a953e6a225145c1b6df2577c Mon Sep 17 00:00:00 2001 From: David Bieber Date: Sat, 24 Feb 2024 12:01:54 -0500 Subject: [PATCH] Vary setuptools version by Python version --- .github/scripts/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 578455e4..d80030ec 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -1,4 +1,5 @@ -setuptools <65.7.0 +setuptools <65.7.0 ; python_version == '2.7' +setuptools <=69.1.1 ; python_version >= '3.8' pip <23.0 pylint <2.15.10 pytest <=7.2.1