Skip to content

Commit

Permalink
Updated to include proper python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Rodriguez committed Oct 10, 2023
1 parent 012bf3f commit 10deada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test = ["init", "lint", "coverage_run", "coverage_report"]
e2e = "bats tests/end-to-end/test.bats"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
typer = {version = ">=0.6.1,<0.10.0", extras = ["all"]}
pygments = "^2.13.0"
dependency-injector = {version = "^4.40.0", extras = ["yaml"]}
Expand Down

0 comments on commit 10deada

Please sign in to comment.