Prepare unit tests for Python 3.12 (#16099)

This commit is contained in:
V02460
2023-08-25 21:05:10 +02:00
committed by GitHub
parent ed6de4b2d4
commit 84f441f88f
13 changed files with 94 additions and 84 deletions

View File

@@ -47,10 +47,9 @@ if not IS_PR:
"database": "sqlite",
"extras": "all",
}
for version in ("3.9", "3.10", "3.11")
for version in ("3.9", "3.10", "3.11", "3.12.0-rc.1")
)
trial_postgres_tests = [
{
"python-version": "3.8",