Remove support for PostgreSQL 10 (#14392)

Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
Sean Quah
2022-11-08 17:17:13 +00:00
committed by GitHub
parent d85cba1aa0
commit a5fcdea090
5 changed files with 15 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ trial_postgres_tests = [
{
"python-version": "3.7",
"database": "postgres",
"postgres-version": "10",
"postgres-version": "11",
"extras": "all",
}
]