|
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-09-04T07:00:53.509946+00:00 |
| 13 | +# Last generated: 2025-09-04T10:35:13.756355+00:00 |
14 | 14 |
|
15 | 15 | [tox] |
16 | 16 | requires = |
@@ -46,10 +46,6 @@ envlist = |
46 | 46 | # AWS Lambda |
47 | 47 | {py3.8,py3.9,py3.11,py3.13}-aws_lambda |
48 | 48 |
|
49 | | - # Beam |
50 | | - {py3.7}-beam-v{2.12} |
51 | | - {py3.8,py3.11}-beam-latest |
52 | | - |
53 | 49 | # Boto3 |
54 | 50 | {py3.6,py3.7}-boto3-v{1.12} |
55 | 51 | {py3.7,py3.11,py3.12}-boto3-v{1.23} |
@@ -228,6 +224,11 @@ envlist = |
228 | 224 | {py3.7,py3.10,py3.11}-arq-v0.25.0 |
229 | 225 | {py3.8,py3.11,py3.12}-arq-v0.26.3 |
230 | 226 |
|
| 227 | + {py3.7}-beam-v2.14.0 |
| 228 | + {py3.7,py3.8}-beam-v2.32.0 |
| 229 | + {py3.8,py3.10,py3.11}-beam-v2.50.0 |
| 230 | + {py3.9,py3.12,py3.13}-beam-v2.67.0 |
| 231 | + |
231 | 232 | {py3.6,py3.7,py3.8}-celery-v4.4.7 |
232 | 233 | {py3.6,py3.7,py3.8}-celery-v5.0.5 |
233 | 234 | {py3.8,py3.12,py3.13}-celery-v5.5.3 |
@@ -371,10 +372,6 @@ deps = |
371 | 372 | aws_lambda: requests |
372 | 373 | aws_lambda: uvicorn |
373 | 374 |
|
374 | | - # Beam |
375 | | - beam-v2.12: apache-beam~=2.12.0 |
376 | | - beam-latest: apache-beam |
377 | | - |
378 | 375 | # Boto3 |
379 | 376 | boto3-v1.12: boto3~=1.12.0 |
380 | 377 | boto3-v1.23: boto3~=1.23.0 |
@@ -633,6 +630,11 @@ deps = |
633 | 630 | arq: fakeredis>=2.2.0,<2.8 |
634 | 631 | arq-v0.23: pydantic<2 |
635 | 632 |
|
| 633 | + beam-v2.14.0: apache-beam==2.14.0 |
| 634 | + beam-v2.32.0: apache-beam==2.32.0 |
| 635 | + beam-v2.50.0: apache-beam==2.50.0 |
| 636 | + beam-v2.67.0: apache-beam==2.67.0 |
| 637 | + |
636 | 638 | celery-v4.4.7: celery==4.4.7 |
637 | 639 | celery-v5.0.5: celery==5.0.5 |
638 | 640 | celery-v5.5.3: celery==5.5.3 |
|
0 commit comments