We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4856d1d + 82f0ecb commit fa94d29Copy full SHA for fa94d29
1 file changed
release_layer.py
@@ -8,7 +8,7 @@
8
9
# The following values are used in the documentation, so any change of them requires updates to the documentation.
10
LAYER_NAME = 'AWSCodeGuruProfilerPythonAgentLambdaLayer'
11
-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']
12
EXEC_SCRIPT_FILE_NAME = 'codeguru_profiler_lambda_exec'
13
14
# We should release in all the regions that lambda layer is supported, not just the ones CodeGuru Profiler Service supports.
0 commit comments