1010# The file (and all resulting CI YAMLs) then need to be regenerated via
1111# "scripts/generate-test-files.sh".
1212#
13- # Last generated: 2025-04-23T07:46:44.042662 +00:00
13+ # Last generated: 2025-04-23T08:07:00.653648 +00:00
1414
1515[tox]
1616requires =
@@ -36,11 +36,6 @@ envlist =
3636 # At a minimum, we should test against at least the lowest
3737 # and the latest supported version of a framework.
3838
39- # AIOHTTP
40- {py3.7}-aiohttp-v{3.4}
41- {py3.7,py3.9,py3.11}-aiohttp-v{3.8}
42- {py3.8,py3.12,py3.13}-aiohttp-latest
43-
4439 # Anthropic
4540 {py3.8,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40}
4641 {py3.7,py3.11,py3.12}-anthropic-latest
@@ -263,6 +258,11 @@ envlist =
263258
264259
265260 # ~~~ Web 2 ~~~
261+ {py3.7}-aiohttp-v3.4.4
262+ {py3.7}-aiohttp-v3.6.3
263+ {py3.7,py3.9,py3.10}-aiohttp-v3.8.6
264+ {py3.9,py3.12,py3.13}-aiohttp-v3.11.18
265+
266266 {py3.6,py3.7}-bottle-v0.12.25
267267 {py3.8,py3.12,py3.13}-bottle-v0.13.3
268268
@@ -335,14 +335,6 @@ deps =
335335
336336 # === Integrations ===
337337
338- # AIOHTTP
339- aiohttp-v3.4: aiohttp~=3.4.0
340- aiohttp-v3.8: aiohttp~=3.8.0
341- aiohttp-latest: aiohttp
342- aiohttp: pytest-aiohttp
343- aiohttp-v3.8: pytest-asyncio
344- aiohttp-latest: pytest-asyncio
345-
346338 # Anthropic
347339 anthropic: pytest-asyncio
348340 anthropic-v{0.16,0.28}: httpx<0.28.0
@@ -699,6 +691,14 @@ deps =
699691
700692
701693 # ~~~ Web 2 ~~~
694+ aiohttp-v3.4.4: aiohttp ==3.4.4
695+ aiohttp-v3.6.3: aiohttp ==3.6.3
696+ aiohttp-v3.8.6: aiohttp ==3.8.6
697+ aiohttp-v3.11.18: aiohttp ==3.11.18
698+ aiohttp: pytest-aiohttp
699+ aiohttp-v3.8.6: pytest-asyncio
700+ aiohttp-v3.11.18: pytest-asyncio
701+
702702 bottle-v0.12.25: bottle ==0.12.25
703703 bottle-v0.13.3: bottle ==0.13.3
704704 bottle: werkzeug<2.1.0
0 commit comments