Skip to content

Commit d5dadf9

Browse files
committed
[sdlf-foundations][cdk] use python 3.11 for cdk
seedfarmer just does not play well with python3.12 currently
1 parent 5fdd782 commit d5dadf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdlf-foundations/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages = [
1515
exclude = ["**/*.yaml"]
1616

1717
[tool.poetry.dependencies]
18-
python = "^3.12"
18+
python = "^3.11"
1919
aws-cdk-lib = "^2.159.1"
2020
constructs = ">=10.0.0,<11.0.0"
2121

0 commit comments

Comments
 (0)