Skip to content

Commit b4c9bc5

Browse files
committed
.
1 parent f21e6f1 commit b4c9bc5

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
@@ -41,6 +41,7 @@
4141
"deps": {
4242
"*": ["pytest-asyncio"],
4343
},
44+
"python": ">=3.7",
4445
},
4546
"beam": {
4647
"package": "apache-beam",

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-09-04T12:41:07.285452+00:00
13+
# Last generated: 2025-09-04T12:49:06.316162+00:00
1414

1515
[tox]
1616
requires =
@@ -150,8 +150,8 @@ envlist =
150150

151151

152152
# ~~~ DBs ~~~
153-
{py3.6,py3.8,py3.9}-asyncpg-v0.23.0
154-
{py3.6,py3.9,py3.10}-asyncpg-v0.25.0
153+
{py3.7,py3.8,py3.9}-asyncpg-v0.23.0
154+
{py3.7,py3.9,py3.10}-asyncpg-v0.25.0
155155
{py3.7,py3.9,py3.10}-asyncpg-v0.27.0
156156
{py3.8,py3.11,py3.12}-asyncpg-v0.30.0
157157

0 commit comments

Comments
 (0)