File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ envlist =
60
60
# The aws_lambda tests deploy to the real AWS and have their own
61
61
# matrix of Python versions to run the test lambda function in.
62
62
# see `lambda_runtime` fixture in tests /integrations /aws_lambda.py
63
- {py3.8,py3.10 ,py3.12 ,py3.13}-aws_lambda
63
+ {py3.8,py3.9 ,py3.11 ,py3.13}-aws_lambda
64
64
65
65
# Beam
66
66
{py3.7}-beam-v{2.12}
@@ -250,12 +250,12 @@ deps =
250
250
asyncpg: pytest-asyncio
251
251
252
252
# AWS Lambda
253
+ aws_lambda: aws-cdk-lib
254
+ aws_lambda: aws-sam-cli
253
255
aws_lambda: boto3
254
256
aws_lambda: fastapi
255
- aws_lambda: uvicorn
256
- aws_lambda: aws-sam-cli
257
- aws_lambda: aws-cdk-lib
258
257
aws_lambda: requests
258
+ aws_lambda: uvicorn
259
259
260
260
# Beam
261
261
beam-v2.12: apache-beam~=2.12.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ envlist =
60
60
# The aws_lambda tests deploy to the real AWS and have their own
61
61
# matrix of Python versions to run the test lambda function in.
62
62
# see `lambda_runtime` fixture in tests/integrations/aws_lambda.py
63
- {py3.8,py3.10 ,py3.12 ,py3.13}-aws_lambda
63
+ {py3.8,py3.9 ,py3.11 ,py3.13}-aws_lambda
64
64
65
65
# Beam
66
66
{py3.7}-beam-v{2.12}
@@ -362,12 +362,12 @@ deps =
362
362
asyncpg: pytest-asyncio
363
363
364
364
# AWS Lambda
365
+ aws_lambda: aws-cdk-lib
366
+ aws_lambda: aws-sam-cli
365
367
aws_lambda: boto3
366
368
aws_lambda: fastapi
367
- aws_lambda: uvicorn
368
- aws_lambda: aws-sam-cli
369
- aws_lambda: aws-cdk-lib
370
369
aws_lambda: requests
370
+ aws_lambda: uvicorn
371
371
372
372
# Beam
373
373
beam-v2.12: apache-beam~=2.12.0
You can’t perform that action at this time.
0 commit comments