@@ -40,9 +40,17 @@ envlist =
4040 {py3.8,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40}
4141 {py3.7,py3.11,py3.12}-anthropic-latest
4242
43+ # Arq
44+ {py3.7,py3.11}-arq-v{0.23}
45+ {py3.7,py3.12,py3.13}-arq-latest
46+
4347 # Asgi
4448 {py3.7,py3.12,py3.13}-asgi
4549
50+ # asyncpg
51+ {py3.7,py3.10}-asyncpg-v{0.23}
52+ {py3.8,py3.11,py3.12}-asyncpg-latest
53+
4654 # AWS Lambda
4755 # The aws_lambda tests deploy to the real AWS and have their own
4856 # matrix of Python versions to run the test lambda function in.
@@ -59,10 +67,6 @@ envlist =
5967 {py3.11,py3.12}-boto3-v{1.34}
6068 {py3.11,py3.12,py3.13}-boto3-latest
6169
62- # Bottle
63- {py3.6,py3.9}-bottle-v{0.12}
64- {py3.6,py3.12,py3.13}-bottle-latest
65-
6670 # Celery
6771 {py3.6,py3.8}-celery-v{4}
6872 {py3.6,py3.8}-celery-v{5.0}
@@ -296,11 +300,9 @@ envlist =
296300 {py3.8,py3.11,py3.12}-ariadne-v0.24.0
297301
298302
299- # ~~~ Tasks ~~~
300- {py3.7,py3.12,py3.13}-beam-v2.18.0
301- {py3.7,py3.12,py3.13}-beam-v2.32.0
302- {py3.7,py3.12,py3.13}-beam-v2.46.0
303- {py3.9,py3.12,py3.13}-beam-v2.61.0
303+ # ~~~ Web 2 ~~~
304+ {py3.6,py3.7}-bottle-v0.12.25
305+ {py3.6,py3.8,py3.9}-bottle-v0.13.2
304306
305307
306308
@@ -350,10 +352,23 @@ deps =
350352 anthropic-v0.40: anthropic~=0.40.0
351353 anthropic-latest: Anthropic
352354
355+ # Arq
356+ arq-v0.23: arq~=0.23.0
357+ arq-v0.23: pydantic<2
358+ arq-latest: arq
359+ arq: fakeredis>=2.2.0,<2.8
360+ arq: pytest-asyncio
361+ arq: async-timeout
362+
353363 # Asgi
354364 asgi: pytest-asyncio
355365 asgi: async-asgi-testclient
356366
367+ # Asyncpg
368+ asyncpg-v0.23: asyncpg~=0.23.0
369+ asyncpg-latest: asyncpg
370+ asyncpg: pytest-asyncio
371+
357372 # AWS Lambda
358373 aws_lambda: boto3
359374
@@ -367,11 +382,6 @@ deps =
367382 boto3-v1.34: boto3~=1.34.0
368383 boto3-latest: boto3
369384
370- # Bottle
371- bottle: Werkzeug<2.1.0
372- bottle-v0.12: bottle~=0.12.0
373- bottle-latest: bottle
374-
375385 # Celery
376386 celery: redis
377387 celery-v4: Celery~=4.0
@@ -741,11 +751,10 @@ deps =
741751 ariadne: httpx
742752
743753
744- # ~~~ Tasks ~~~
745- beam-v2.18.0: apache-beam ==2.18.0
746- beam-v2.32.0: apache-beam ==2.32.0
747- beam-v2.46.0: apache-beam ==2.46.0
748- beam-v2.61.0: apache-beam ==2.61.0
754+ # ~~~ Web 2 ~~~
755+ bottle-v0.12.25: bottle ==0.12.25
756+ bottle-v0.13.2: bottle ==0.13.2
757+ bottle: werkzeug<2.1.0
749758
750759
751760
0 commit comments