Skip to content

Commit

Permalink
chore: maintenance update for HA 2024.3.x (#32)
Browse files Browse the repository at this point in the history
* chore: maintenance update for HA 2024.3.x

* update test configs

* sort manifest file
  • Loading branch information
firstof9 authored Feb 28, 2024
1 parent 66ed739 commit ee36926
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
strategy:
matrix:
python-version:
# - "3.10"
- "3.11"
- "3.12"

steps:
- name: 📥 Checkout the repository
Expand Down
1 change: 1 addition & 0 deletions custom_components/gasbuddy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"codeowners": ["@firstof9"],
"config_flow": true,
"documentation": "https://github.com/firstof9/ha-gasbuddy",
"import_executor": true,
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/firstof9/ha-gasbuddy/issues",
"requirements": ["py-gasbuddy==0.2.4"],
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
skipsdist = true
envlist = py310, py311, lint, mypy
envlist = py310, py311, py312, lint, mypy
skip_missing_interpreters = True

[gh-actions]
python =
3.10: py310
3.11: py311, lint, mypy
3.11: py311
3.12: py312, lint, mypy

[testenv]
commands =
Expand Down

0 comments on commit ee36926

Please sign in to comment.