From 48e23dc4d26dd5668318916e78cec71b64d1bf2e Mon Sep 17 00:00:00 2001 From: Aleksandr Pasechnik Date: Thu, 30 Jan 2025 17:06:00 -0500 Subject: [PATCH] Update latest-lambda-layer-version.html --- layouts/shortcodes/latest-lambda-layer-version.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -}}