summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-06 03:25:34 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-06 03:27:40 +0100
commitbd96594e2d11893a40d45060fe54cfced6653cd2 (patch)
tree7f4bd7ebb141dc22a2322c36fb51ccb51b4035e9
parent182a51a33f197a1b03e60a8a2f41b6a86ce4027b (diff)
downloadpsycopg2-bd96594e2d11893a40d45060fe54cfced6653cd2.tar.gz
docs: add link to release notes page to find which Python version is supported
Close #1418.
-rw-r--r--doc/src/install.rst7
-rw-r--r--doc/src/news.rst2
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst
index 7ac2d14..8d7e020 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -135,6 +135,13 @@ The current `!psycopg2` implementation supports:
- PostgreSQL server versions from 7.4 to 15
- PostgreSQL client library version from 9.1
+.. note::
+
+ Not all the psycopg2 versions support all the supported Python versions.
+
+ Please see the :ref:`release notes <news>` to verify when the support for
+ a new Python version was added and when the support for an old Python
+ version was removed.
.. _build-prerequisites:
diff --git a/doc/src/news.rst b/doc/src/news.rst
index 053d646..70bd8a0 100644
--- a/doc/src/news.rst
+++ b/doc/src/news.rst
@@ -2,6 +2,8 @@
single: Release notes
single: News
+.. _news:
+
Release notes
=============