We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f984abe commit 6db0d8fCopy full SHA for 6db0d8f
setup.cfg
@@ -11,7 +11,7 @@ classifier =
11
Intended Audience :: Developers
12
License :: OSI Approved :: Apache Software License
13
Operating System :: OS Independent
14
- Programming Language :: Python :: 3.12
+ Programming Language :: Python :: 3.13
15
Topic :: Home Automation
16
17
[tool:pytest]
@@ -60,7 +60,7 @@ forced_separate = tests
60
combine_as_imports = true
61
62
[mypy]
63
-python_version = 3.12
+python_version = 3.13
64
ignore_errors = true
65
follow_imports = silent
66
ignore_missing_imports = true
0 commit comments