We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug
1 parent 3ac2c6a commit 0138f95Copy full SHA for 0138f95
src/pip/_internal/cli/index_command.py
@@ -27,7 +27,7 @@
27
28
def _create_truststore_ssl_context() -> Optional["SSLContext"]:
29
if sys.version_info < (3, 10):
30
- logger.warning("Disabling truststore because Python version isn't 3.10+")
+ logger.debug("Disabling truststore because Python version isn't 3.10+")
31
return None
32
33
try:
0 commit comments