From 82f0ecbabd0ede8b142cb3199d74b421f86c8a0f Mon Sep 17 00:00:00 2001 From: Forest Newark Date: Thu, 11 Dec 2025 12:12:03 -0500 Subject: [PATCH] update release layers script with new python versions --- release_layer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_layer.py b/release_layer.py index 0d1f336..d818de1 100755 --- a/release_layer.py +++ b/release_layer.py @@ -8,7 +8,7 @@ # The following values are used in the documentation, so any change of them requires updates to the documentation. LAYER_NAME = 'AWSCodeGuruProfilerPythonAgentLambdaLayer' -SUPPORTED_VERSIONS = ['3.6', '3.7', '3.8', '3.9'] +SUPPORTED_VERSIONS = ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] EXEC_SCRIPT_FILE_NAME = 'codeguru_profiler_lambda_exec' # We should release in all the regions that lambda layer is supported, not just the ones CodeGuru Profiler Service supports.