Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 26, 2025
1 parent 225810d commit 4401b5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- Added option for N deg rising|setting to Scheduler._parse_time
- Added `silent` parameter to `cancel_listen_state()` - contributed by [Daniel Rocha](https://github.com/danroc)
- Remove support for python 3.8 and 3.9
- Added support for python 3.12
- Update docker image to Alpine 3.20/Python 3.12
- Added support for python 3.12 & 3.13
- Update docker image to Alpine 3.21/Python 3.13
- Upgraded HASS plugin to use the aiohttp websocket client
- Upgraded HASS plugin to use the Websocket API where possible
- Implemented value return for HASS Service Calls
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ classifiers= [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Home Automation",
]

Expand Down

0 comments on commit 4401b5e

Please sign in to comment.