Skip to content

Commit

Permalink
fix: remove upper bound on python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tahnok committed Oct 23, 2024
1 parent eb875b0 commit 0ddf0db
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 @@ -6,7 +6,7 @@ authors = ["Wesley Ellis <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
python = ">=3.11"
bleak = "^0.22.2"
asyncclick = "^8.1.7.2"

Expand Down

0 comments on commit 0ddf0db

Please sign in to comment.