Skip to content

Commit

Permalink
feat: ugprade
Browse files Browse the repository at this point in the history
  • Loading branch information
acesyde committed Dec 9, 2023
1 parent 0087f70 commit 830e039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: [ "3.10", "3.11" ]
python_version: [ "3.11" ]
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/acesyde/hassio_mylight_integration"
packages = [{ include = "custom_components.mylight_systems" }]

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
python = "~3.11"
colorlog = "^6.7.0"
aiohttp = "^3.8.5"
homeassistant = "^2023.1.0"
Expand Down

0 comments on commit 830e039

Please sign in to comment.