Skip to content

Commit 4513e57

Browse files
committed
feat: Remove python 3.7
1 parent dba8e5b commit 4513e57

File tree

6 files changed

+2
-3175
lines changed

6 files changed

+2
-3175
lines changed

scripts/add_new_region.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ set -e
1313
OLD_REGION='us-east-1'
1414

1515
LAYER_NAMES=(
16-
"Datadog-Python37"
1716
"Datadog-Python38"
1817
"Datadog-Python38-ARM"
1918
"Datadog-Python39"
@@ -26,7 +25,6 @@ LAYER_NAMES=(
2625
"Datadog-Python312-ARM"
2726
)
2827
PYTHON_VERSIONS_FOR_AWS_CLI=(
29-
"python3.7"
3028
"python3.8"
3129
"python3.8"
3230
"python3.9"

scripts/list_layers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
set -e
1212

1313
LAYER_NAMES=(
14-
"Datadog-Python37"
1514
"Datadog-Python38"
1615
"Datadog-Python38-ARM"
1716
"Datadog-Python39"

scripts/publish_layers.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set -e
1414
trap "pkill -P $$; exit 1;" INT
1515

1616
PYTHON_VERSIONS_FOR_AWS_CLI=(
17-
"python3.7"
1817
"python3.8"
1918
"python3.8"
2019
"python3.9"
@@ -27,7 +26,6 @@ PYTHON_VERSIONS_FOR_AWS_CLI=(
2726
"python3.12"
2827
)
2928
LAYER_PATHS=(
30-
".layers/datadog_lambda_py-amd64-3.7.zip"
3129
".layers/datadog_lambda_py-amd64-3.8.zip"
3230
".layers/datadog_lambda_py-arm64-3.8.zip"
3331
".layers/datadog_lambda_py-amd64-3.9.zip"
@@ -40,7 +38,6 @@ LAYER_PATHS=(
4038
".layers/datadog_lambda_py-arm64-3.12.zip"
4139
)
4240
AVAILABLE_LAYERS=(
43-
"Datadog-Python37"
4441
"Datadog-Python38"
4542
"Datadog-Python38-ARM"
4643
"Datadog-Python39"

0 commit comments

Comments
 (0)