From 8b1554866fe2f822e8e61b50314947cb490de266 Mon Sep 17 00:00:00 2001 From: richardsheridan Date: Sun, 29 Oct 2023 13:56:18 -0400 Subject: [PATCH] Convert markdown link in README.rst to reST (#2839) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 016823e1f5..6d8fa7633b 100644 --- a/README.rst +++ b/README.rst @@ -92,8 +92,8 @@ demonstration of implementing the "Happy Eyeballs" algorithm in an older library versus Trio. **Cool, but will it work on my system?** Probably! As long as you have -some kind of Python 3.8-or-better (CPython or [currently maintained versions of -PyPy3](https://doc.pypy.org/en/latest/faq.html#which-python-versions-does-pypy-implement) +some kind of Python 3.8-or-better (CPython or `currently maintained versions of +PyPy3 `__ are both fine), and are using Linux, macOS, Windows, or FreeBSD, then Trio will work. Other environments might work too, but those are the ones we test on. And all of our dependencies are pure Python,