diff --git a/tests/integrations/aws_lambda/test_aws.py b/tests/integrations/aws_lambda/test_aws.py index 54dde0798d..6f51ad14da 100644 --- a/tests/integrations/aws_lambda/test_aws.py +++ b/tests/integrations/aws_lambda/test_aws.py @@ -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):