Skip to content

Commit 51a2670

Browse files
committed
Add a comment
1 parent 025572d commit 51a2670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
python_requires=">=3.7",
148148
install_requires=[
149149
'pip>=24.0;python_version<"3.8"',
150-
'pip>=24.1.2;python_version>="3.8"',
150+
'pip>=24.1.2;python_version>="3.8"', # 24.2: editable install warnings
151151
'packaging>=24.0;python_version<"3.8"',
152152
'packaging>=24.1;python_version>="3.8"',
153153
'setuptools>=68.0.0;python_version<"3.8"',

0 commit comments

Comments
 (0)