Skip to content

Commit 0750a8d

Browse files
Add wording suggestion from review
Co-authored-by: Richard Si <[email protected]>
1 parent 29de6e2 commit 0750a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/html/topics/https-certificates.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ To opt-out of using system certificates you can pass the `--use-deprecated=legac
4040
flag to pip.
4141

4242
```{warning}
43-
On Python 3.9 or earlier, by default only certifi is used to verify HTTPS connections.
43+
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.
4445
4546
The system certificate store won't be used in this case, so some situations like proxies
4647
with their own certificates may not work. Upgrading to at least Python 3.10 or later is

0 commit comments

Comments
 (0)