Skip to content

Commit

Permalink
Python 3.7 is not supported anymore by Lambda, so removed it and adde…
Browse files Browse the repository at this point in the history
…d 3.12 (#2729)
  • Loading branch information
antonpirker authored Feb 13, 2024
1 parent be77b2d commit c53fbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/aws_lambda/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ def lambda_client():

@pytest.fixture(
params=[
"python3.7",
"python3.8",
"python3.9",
"python3.10",
"python3.11",
"python3.12",
]
)
def lambda_runtime(request):
Expand Down

0 comments on commit c53fbac

Please sign in to comment.