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