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.