Skip to content

Commit c53fbac

Browse files
authored
Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729)
1 parent be77b2d commit c53fbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aws_lambda/test_aws.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ def lambda_client():
143143

144144
@pytest.fixture(
145145
params=[
146-
"python3.7",
147146
"python3.8",
148147
"python3.9",
149148
"python3.10",
150149
"python3.11",
150+
"python3.12",
151151
]
152152
)
153153
def lambda_runtime(request):

0 commit comments

Comments
 (0)