diff --git a/.ci/.matrix_framework.yml b/.ci/.matrix_framework.yml index 6bf64ab44..08c1de925 100644 --- a/.ci/.matrix_framework.yml +++ b/.ci/.matrix_framework.yml @@ -42,6 +42,7 @@ FRAMEWORK: - mysqlclient-newest - aiohttp-newest - aiopg-newest + - asyncpg-0.28 - asyncpg-newest - tornado-newest - starlette-newest diff --git a/.ci/.matrix_framework_full.yml b/.ci/.matrix_framework_full.yml index 17d7198fe..7b1ee213e 100644 --- a/.ci/.matrix_framework_full.yml +++ b/.ci/.matrix_framework_full.yml @@ -67,6 +67,7 @@ FRAMEWORK: - aiohttp-3.0 - aiohttp-newest - aiopg-newest + - asyncpg-0.28 - asyncpg-newest - tornado-newest - starlette-0.13 diff --git a/tests/requirements/reqs-asyncpg-0.28.txt b/tests/requirements/reqs-asyncpg-0.28.txt new file mode 100644 index 000000000..bfc66eb45 --- /dev/null +++ b/tests/requirements/reqs-asyncpg-0.28.txt @@ -0,0 +1,2 @@ +asyncpg<=0.28 +-r reqs-base.txt