From: Daniele Varrazzo Date: Tue, 10 Oct 2023 21:45:35 +0000 (+0200) Subject: docs: adjust list of supported systems. X-Git-Tag: pool-3.2.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af087ef256162b8e346817e47517880d4caaf173;p=thirdparty%2Fpsycopg.git docs: adjust list of supported systems. - Mention Solaris/BSD as not officially supported. - Drop non-GitHub macOS reference: we are now distributing Apple M1 packages too, so that's a lie. --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index e40ed3790..ceee0c3a8 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -37,7 +37,7 @@ anything that is not tested there is not officially supported. This includes: - Unofficial Python distributions such as Conda; - Alternative PostgreSQL implementation; -- macOS hardware and releases not available on Github workflows. +- Other platforms such as BSD or Solaris. If you use an unsupported system, things might work (because, for instance, the database may use the same wire protocol as PostgreSQL) but we cannot guarantee