Skip to content

Commit d829772

Browse files
CDK test
1 parent 36629d5 commit d829772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layer_v3/layer_constructors/layer_stack.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class LambdaPowertoolsLayerPythonV3(lambda_.LayerVersion):
3232
Example:
3333
>>> app = cdk.App()
3434
>>> LambdaPowertoolsLayerPythonV3(app, "PowertoolsLayer",
35-
... python_version=lambda_.Runtime.PYTHON_3_13,
35+
... python_version=lambda_.Runtime.PYTHON_3_14,
3636
... include_extras=True,
3737
... architecture=lambda_.Architecture.ARM_64,
3838
... powertools_version="3.0.0",
@@ -50,7 +50,6 @@ def __init__(
5050
powertools_version: str = "",
5151
layer_name: str = "",
5252
) -> None:
53-
5453
docker_file_path = str(Path(__file__).parent.parent / "docker")
5554

5655
python_normalized_version: str = python_version.to_string().replace("python", "")

0 commit comments

Comments
 (0)