Skip to content

Commit

Permalink
removed 3.9 as it is no longer supported by HA
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Mar 1, 2023
1 parent 727b7e1 commit aebe090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
os:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{include = "roborock"}]
roborock = "roborock.cli:main"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
click = ">=8"
aiohttp = "*"
async-timeout = "*"
Expand Down

0 comments on commit aebe090

Please sign in to comment.