Skip to content

Commit 0fff020

Browse files
committed
Cleanup
1 parent f200f7e commit 0fff020

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integrations/aws_lambda/test_aws.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
import pytest
3838

3939
RUNTIMES_TO_TEST = [
40-
# "python3.8",
41-
# "python3.9",
42-
# "python3.10",
43-
# "python3.11",
40+
"python3.8",
41+
"python3.9",
42+
"python3.10",
43+
"python3.11",
4444
"python3.12",
4545
]
4646

0 commit comments

Comments
 (0)