Skip to content

Commit cfab072

Browse files
committed
Mention minimum setuptools version that supports PEP 660
1 parent e9b3d95 commit cfab072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/req/req_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def install(
833833
logger.warning(
834834
"--config-settings ignored for legacy editable install of %s. "
835835
"Consider upgrading to a version of setuptools "
836-
"that supports PEP 660.",
836+
"that supports PEP 660 (>= 64).",
837837
self,
838838
)
839839
install_editable_legacy(

0 commit comments

Comments
 (0)