From 51a2670c8e95d07a0fca020d8bf7b146724f65f5 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 29 Jul 2024 16:24:07 -0400 Subject: [PATCH] Add a comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9573678f..d8472c50 100755 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ setup( python_requires=">=3.7", install_requires=[ 'pip>=24.0;python_version<"3.8"', - 'pip>=24.1.2;python_version>="3.8"', + 'pip>=24.1.2;python_version>="3.8"', # 24.2: editable install warnings 'packaging>=24.0;python_version<"3.8"', 'packaging>=24.1;python_version>="3.8"', 'setuptools>=68.0.0;python_version<"3.8"',