We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a8f98 commit 782d444Copy full SHA for 782d444
scripts/build_layers.sh
@@ -14,7 +14,7 @@ set -e
14
15
LAYER_DIR=".layers"
16
LAYER_FILES_PREFIX="datadog_lambda_py"
17
-AVAILABLE_PYTHON_VERSIONS=("3.8" "3.9" "3.10" "3.11" "3.12" "3.13", "3.14")
+AVAILABLE_PYTHON_VERSIONS=("3.8" "3.9" "3.10" "3.11" "3.12" "3.13" "3.14")
18
AVAILABLE_ARCHS=("arm64" "amd64")
19
20
if [ -z "$ARCH" ]; then
0 commit comments