summaryrefslogtreecommitdiffstats
path: root/python/PyGreSQL/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/PyGreSQL/README')
-rw-r--r--python/PyGreSQL/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/PyGreSQL/README b/python/PyGreSQL/README
index 8bd3788b77..c816944682 100644
--- a/python/PyGreSQL/README
+++ b/python/PyGreSQL/README
@@ -1,3 +1,6 @@
PyGreSQL is an open-source Python module that interfaces to a
PostgreSQL database. It embeds the PostgreSQL query library to allow
easy use of the powerful PostgreSQL features from a Python script.
+
+For version 6.0, only Python versions 3.7 to 3.12 and
+PostgreSQL versions 10 to 16 on the server are supported.