Skip to content

Commit bf0bd02

Browse files
committed
revert python 3.13 support for now due to Shelf issues
1 parent 46edd8a commit bf0bd02

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["3.10", "3.11", "3.12", "3.13"]
35+
python-version: ["3.10", "3.11", "3.12"]
3636

3737
steps:
3838
- uses: actions/checkout@v4

docs/HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Added option for N deg rising|setting to Scheduler._parse_time
1313
- Added `silent` parameter to `cancel_listen_state()` - contributed by [Daniel Rocha](https://github.com/danroc)
1414
- Remove support for python 3.8 and 3.9
15-
- Added support for python 3.12 & 3.13
15+
- Added support for python 3.12
1616
- Update docker image to Alpine 3.21/Python 3.13
1717
- Upgraded HASS plugin to use the aiohttp websocket client
1818
- Upgraded HASS plugin to use the Websocket API where possible

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ classifiers= [
4040
"Programming Language :: Python :: 3.10",
4141
"Programming Language :: Python :: 3.11",
4242
"Programming Language :: Python :: 3.12",
43-
"Programming Language :: Python :: 3.13",
4443
"Topic :: Home Automation",
4544
]
4645

0 commit comments

Comments
 (0)