Skip to content

Commit

Permalink
Set supported Python cutoff to 3.11 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Feb 29, 2024
1 parent 4474bc3 commit 96832e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
kpops = "kpops.cli.main:app"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10, <3.12"
pydantic = "^2.5.3"
pydantic-settings = "^2.0.3"
rich = "^12.4.4"
Expand Down

0 comments on commit 96832e0

Please sign in to comment.