Skip to content

Commit f0a04f1

Browse files
committed
[sdlf-dataset][cdk] use python 3.11 for cdk
seedfarmer just does not play well with python3.12 currently
1 parent 565f3ea commit f0a04f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdlf-dataset/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
aws-cdk-aws-glue-alpha = "^2.159.1a0"

0 commit comments

Comments
 (0)