Skip to content

Commit 5afb12c

Browse files
committed
we were only testing 3.7+
1 parent a87ea00 commit 5afb12c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"*": ["pytest-aiohttp"],
1919
">=3.8": ["pytest-asyncio"],
2020
},
21+
"python": ">=3.7",
2122
},
2223
"ariadne": {
2324
"package": "ariadne",

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-22T14:06:48.318198+00:00
13+
# Last generated: 2025-04-22T14:14:07.999164+00:00
1414

1515
[tox]
1616
requires =
@@ -260,8 +260,8 @@ envlist =
260260

261261

262262
# ~~~ Web 2 ~~~
263-
{py3.6,py3.7}-aiohttp-v3.4.4
264-
{py3.6,py3.8,py3.9}-aiohttp-v3.7.4
263+
{py3.7}-aiohttp-v3.4.4
264+
{py3.7,py3.8,py3.9}-aiohttp-v3.7.4
265265
{py3.8,py3.12,py3.13}-aiohttp-v3.10.9
266266
{py3.9,py3.12,py3.13}-aiohttp-v3.11.18
267267

0 commit comments

Comments
 (0)