Skip to content

Commit 82f0ecb

Browse files
committed
update release layers script with new python versions
1 parent 4856d1d commit 82f0ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# The following values are used in the documentation, so any change of them requires updates to the documentation.
1010
LAYER_NAME = 'AWSCodeGuruProfilerPythonAgentLambdaLayer'
11-
SUPPORTED_VERSIONS = ['3.6', '3.7', '3.8', '3.9']
11+
SUPPORTED_VERSIONS = ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1212
EXEC_SCRIPT_FILE_NAME = 'codeguru_profiler_lambda_exec'
1313

1414
# We should release in all the regions that lambda layer is supported, not just the ones CodeGuru Profiler Service supports.

0 commit comments

Comments
 (0)