We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7114040 commit 69874c7Copy full SHA for 69874c7
docs/html/topics/https-certificates.md
@@ -40,7 +40,8 @@ To opt-out of using system certificates you can pass the `--use-deprecated=legac
40
flag to pip.
41
42
```{warning}
43
-On Python 3.9 or earlier, by default only certifi is used to verify HTTPS connections.
+On Python 3.9 or earlier, only certifi is used to verify HTTPS connections as
44
+`truststore` requires Python 3.10 or higher to function.
45
46
The system certificate store won't be used in this case, so some situations like proxies
47
with their own certificates may not work. Upgrading to at least Python 3.10 or later is
0 commit comments