Skip to content

Commit

Permalink
python >= 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent 3b2e20d commit d19aa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-poetry/{{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8.1"
kedro = "^{{ cookiecutter.kedro_version }}"
kedro-datasets = "^1.0.0"

Expand Down

0 comments on commit d19aa22

Please sign in to comment.