File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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]
2019authors = [
@@ -24,7 +23,7 @@ maintainers = [
2423 { name = " bouwew" },
2524 { name = " CoMPaTech" }
2625]
27- requires-python = " >=3.13 "
26+ requires-python = " >=3.14 "
2827dependencies = [
2928 " aiofiles" ,
3029 " aiohttp" ,
You can’t perform that action at this time.
0 commit comments