diff --git a/layouts/shortcodes/latest-lambda-layer-version.html b/layouts/shortcodes/latest-lambda-layer-version.html index 780dad0dfb33b..69c0e62d33a4c 100644 --- a/layouts/shortcodes/latest-lambda-layer-version.html +++ b/layouts/shortcodes/latest-lambda-layer-version.html @@ -6,7 +6,7 @@ {{- if eq (.Get "layer") "python" -}} - 104 + 105 {{- end -}} @@ -36,11 +36,11 @@ {{- if eq (.Get "layer") "python-versions" -}} - `Python38`, `Python39`, `Python310`, `Python311`, `Python312` + `Python38`, `Python39`, `Python310`, `Python311`, `Python312`, `Python313` {{- end -}} {{- if eq (.Get "layer") "python-example-version" -}} - Python312 + Python313 {{- end -}}