summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-01-31 09:50:57 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-01-31 09:50:57 -0500
commit5087dd2a02c6a142146944126022cec735a6f54d (patch)
tree6d27e834a8498a7120f2552e2998b86e2c5a54b2 /lib/sqlalchemy/dialects/postgresql/base.py
parent0ccce7191c629d11b8afda9eab911c1a56bf6a72 (diff)
downloadsqlalchemy-5087dd2a02c6a142146944126022cec735a6f54d.tar.gz
add pg14 to supported implementations
Fixes: #7647 Change-Id: I071f1a53714ebb0dc838fddc665640d46666318f
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py
index af81f39b0..698ea277f 100644
--- a/lib/sqlalchemy/dialects/postgresql/base.py
+++ b/lib/sqlalchemy/dialects/postgresql/base.py
@@ -8,7 +8,7 @@
r"""
.. dialect:: postgresql
:name: PostgreSQL
- :full_support: 9.6, 10, 11, 12, 13
+ :full_support: 9.6, 10, 11, 12, 13, 14
:normal_support: 9.6+
:best_effort: 8+