diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-15 09:24:20 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-15 09:24:20 -0400 |
| commit | 29fbbd9cebf5d4a4f21d01a74bcfb6dce923fe1b (patch) | |
| tree | 02efd679678542a725e29bfe21bf795fc2ac421b | |
| parent | 5f830dcbd360d8afdc95512c6d73766ca97bf86f (diff) | |
| download | sqlalchemy-29fbbd9cebf5d4a4f21d01a74bcfb6dce923fe1b.tar.gz | |
pg 13 is in CI
Change-Id: I9fc638995a7c49a3ca3bf3c439428cae95d3c7b9
References: #6637
| -rw-r--r-- | lib/sqlalchemy/dialects/postgresql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 26b025b1a..deb624329 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 + :full_support: 9.6, 10, 11, 12, 13 :normal_support: 9.6+ :best_effort: 8+ |
