File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 needs : commitcheck
174174 strategy :
175175 matrix :
176- python-version : ["3.12", "3.11", "3.10 "]
176+ python-version : ["3.13 "]
177177 steps :
178178 - name : Check out committed code
179179 uses : actions/checkout@v4
@@ -213,7 +213,7 @@ jobs:
213213 needs : prepare-test-cache
214214 strategy :
215215 matrix :
216- python-version : ["3.12", "3.11", "3.10 "]
216+ python-version : ["3.13 "]
217217
218218 steps :
219219 - name : Check out committed code
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ classifiers = [
1414 " Intended Audience :: Developers" ,
1515 " License :: OSI Approved :: MIT License" ,
1616 " Operating System :: OS Independent" ,
17- " Programming Language :: Python :: 3.10" ,
18- " Programming Language :: Python :: 3.11" ,
19- " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
2018 " Topic :: Home Automation" ,
2119]
2220authors = [
@@ -29,7 +27,7 @@ maintainers = [
2927 { name = " CoMPaTech" },
3028 { name = " dirixmjm" }
3129]
32- requires-python = " >=3.10 .0"
30+ requires-python = " >=3.13 .0"
3331dependencies = [
3432 " aiohttp" ,
3533 " async_timeout" ,
@@ -56,7 +54,7 @@ include-package-data = true
5654include = [" plugwise*" ]
5755
5856[tool .black ]
59- target-version = [" py312 " ]
57+ target-version = [" py313 " ]
6058exclude = ' generated'
6159
6260[tool .isort ]
@@ -193,7 +191,7 @@ norecursedirs = [
193191]
194192
195193[tool .mypy ]
196- python_version = " 3.12 "
194+ python_version = " 3.13 "
197195show_error_codes = true
198196follow_imports = " silent"
199197ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments