Skip to content

Commit

Permalink
changed python version in build_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vguptarippling committed Apr 26, 2024
1 parent e32c0ef commit 5c12f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rippling_cli/utils/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_pyproject_toml_content(project_name="my-project", authors="developer <de
authors = ["{authors}"]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
[tool.poetry.dev-dependencies]
rippling-flux-sdk = "^0.20"
Expand Down

0 comments on commit 5c12f19

Please sign in to comment.