Skip to content

Commit

Permalink
[sdlf-dataset][cdk] use python 3.11 for cdk
Browse files Browse the repository at this point in the history
seedfarmer just does not play well with python3.12 currently
  • Loading branch information
cnfait committed Oct 22, 2024
1 parent 565f3ea commit f0a04f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdlf-dataset/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = [
exclude = ["**/*.yaml"]

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
aws-cdk-lib = "^2.159.1"
constructs = ">=10.0.0,<11.0.0"
aws-cdk-aws-glue-alpha = "^2.159.1a0"
Expand Down

0 comments on commit f0a04f1

Please sign in to comment.