]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add pg14 to supported implementations
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Jan 2022 14:50:57 +0000 (09:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Jan 2022 14:50:57 +0000 (09:50 -0500)
Fixes: #7647
Change-Id: I071f1a53714ebb0dc838fddc665640d46666318f

lib/sqlalchemy/dialects/postgresql/base.py

index af81f39b0e6fa64982c2ae60056d3ffdfa14098f..698ea277f5d2c21efc99673759fa1d58f1550c55 100644 (file)
@@ -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+