Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading