10
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
11
# "scripts/generate-test-files.sh".
12
12
#
13
- # Last generated: 2025-04-23T07:46:44.042662 +00:00
13
+ # Last generated: 2025-04-23T08:07:00.653648 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -36,11 +36,6 @@ envlist =
36
36
# At a minimum, we should test against at least the lowest
37
37
# and the latest supported version of a framework.
38
38
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
-
44
39
# Anthropic
45
40
{py3.8,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40}
46
41
{py3.7,py3.11,py3.12}-anthropic-latest
@@ -263,6 +258,11 @@ envlist =
263
258
264
259
265
260
# ~~~ 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
+
266
266
{py3.6,py3.7}-bottle-v0.12.25
267
267
{py3.8,py3.12,py3.13}-bottle-v0.13.3
268
268
@@ -335,14 +335,6 @@ deps =
335
335
336
336
# === Integrations ===
337
337
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
-
346
338
# Anthropic
347
339
anthropic: pytest-asyncio
348
340
anthropic-v{0.16,0.28}: httpx<0.28.0
@@ -699,6 +691,14 @@ deps =
699
691
700
692
701
693
# ~~~ 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
+
702
702
bottle-v0.12.25: bottle ==0.12.25
703
703
bottle-v0.13.3: bottle ==0.13.3
704
704
bottle: werkzeug<2.1.0
0 commit comments