We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21e6f1 commit b4c9bc5Copy full SHA for b4c9bc5
2 files changed
scripts/populate_tox/config.py
@@ -41,6 +41,7 @@
41
"deps": {
42
"*": ["pytest-asyncio"],
43
},
44
+ "python": ">=3.7",
45
46
"beam": {
47
"package": "apache-beam",
tox.ini
@@ -10,7 +10,7 @@
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
# "scripts/generate-test-files.sh".
12
#
13
-# Last generated: 2025-09-04T12:41:07.285452+00:00
+# Last generated: 2025-09-04T12:49:06.316162+00:00
14
15
[tox]
16
requires =
@@ -150,8 +150,8 @@ envlist =
150
151
152
# ~~~ DBs ~~~
153
- {py3.6,py3.8,py3.9}-asyncpg-v0.23.0
154
- {py3.6,py3.9,py3.10}-asyncpg-v0.25.0
+ {py3.7,py3.8,py3.9}-asyncpg-v0.23.0
+ {py3.7,py3.9,py3.10}-asyncpg-v0.25.0
155
{py3.7,py3.9,py3.10}-asyncpg-v0.27.0
156
{py3.8,py3.11,py3.12}-asyncpg-v0.30.0
157
0 commit comments