From: Mike Bayer Date: Mon, 31 Jan 2022 14:50:57 +0000 (-0500) Subject: add pg14 to supported implementations X-Git-Tag: rel_1_4_32~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eac6545ad08db83954dd3afebf4894a0acb0cea;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add pg14 to supported implementations Fixes: #7647 Change-Id: I071f1a53714ebb0dc838fddc665640d46666318f (cherry picked from commit 5087dd2a02c6a142146944126022cec735a6f54d) --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 95c8f416a8..c80f6ec63c 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+