diff --git a/docs/source/index.rst b/docs/source/index.rst index 7cd863c328..17863cc780 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -46,8 +46,8 @@ chance to give feedback about any compatibility-breaking changes. Vital statistics: * Supported environments: Linux, MacOS, or Windows running some kind of Python - 3.5-or-better (either CPython or PyPy3 is fine). \*BSD and illumus likely - work too, but are untested. + 3.5-or-better (either CPython or PyPy3 is fine). \*BSD and + illumos/Solaris likely work too, but are untested. * Install: ``python3 -m pip install -U trio`` (or on Windows, maybe ``py -3 -m pip install -U trio``). No compiler needed. diff --git a/setup.py b/setup.py index 949111625e..d5bb36fa5a 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ Vital statistics: * Supported environments: Linux, MacOS, or Windows running some kind of Python - 3.5-or-better (either CPython or PyPy3 is fine). \\*BSD and illumus likely - work too, but are not tested. + 3.5-or-better (either CPython or PyPy3 is fine). \\*BSD and illumus/Solaris + likely work too, but are not tested. * Install: ``python3 -m pip install -U trio`` (or on Windows, maybe ``py -3 -m pip install -U trio``). No compiler needed.