@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88license = {file = " LICENSE" }
99description = " Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010readme = " README.md"
@@ -15,6 +15,7 @@ classifiers = [
1515 " License :: OSI Approved :: MIT License" ,
1616 " Operating System :: OS Independent" ,
1717 " Programming Language :: Python :: 3.12" ,
18+ " Programming Language :: Python :: 3.13" ,
1819 " Topic :: Home Automation" ,
1920]
2021authors = [
@@ -24,7 +25,7 @@ maintainers = [
2425 { name = " bouwew" },
2526 { name = " CoMPaTech" }
2627]
27- requires-python = " >=3.11 .0"
28+ requires-python = " >=3.12 .0"
2829dependencies = [
2930 " aiohttp" ,
3031 " defusedxml" ,
@@ -47,7 +48,7 @@ include-package-data = true
4748include = [" plugwise*" ]
4849
4950[tool .black ]
50- target-version = [" py312 " ]
51+ target-version = [" py313 " ]
5152exclude = ' generated'
5253
5354[tool .isort ]
@@ -185,7 +186,7 @@ norecursedirs = [
185186]
186187
187188[tool .mypy ]
188- python_version = " 3.12 "
189+ python_version = " 3.13 "
189190show_error_codes = true
190191follow_imports = " silent"
191192ignore_missing_imports = true
@@ -215,7 +216,7 @@ omit= [
215216]
216217
217218[tool .ruff ]
218- target-version = " py312 "
219+ target-version = " py313 "
219220
220221lint.select = [
221222 " B002" , # Python does not support the unary prefix increment
0 commit comments