Skip to content

Commit dc22f5a

Browse files
committed
Remove 3.13 testing
1 parent 577f0f4 commit dc22f5a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- commitcheck
134134
strategy:
135135
matrix:
136-
python-version: ["3.14", "3.13"]
136+
python-version: ["3.14"]
137137
steps:
138138
- name: Check out committed code
139139
uses: actions/checkout@v5

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.9.0
4+
5+
- Formally remove 3.13 compatibility testing
6+
37
## v1.8.3
48

59
- Remove storing the last active schedule(s) via PR [#806](https://github.com/plugwise/python-plugwise/pull/806), to be handled by the HA Integration

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python :: 3.14",
17-
"Programming Language :: Python :: 3.13",
1817
"Topic :: Home Automation",
1918
]
2019
authors = [
@@ -24,7 +23,7 @@ maintainers = [
2423
{ name = "bouwew"},
2524
{ name = "CoMPaTech" }
2625
]
27-
requires-python = ">=3.13"
26+
requires-python = ">=3.14"
2827
dependencies = [
2928
"aiofiles",
3029
"aiohttp",

0 commit comments

Comments
 (0)