Skip to content

Commit 6db0d8f

Browse files
committed
bump mypy python version
1 parent f984abe commit 6db0d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifier =
1111
Intended Audience :: Developers
1212
License :: OSI Approved :: Apache Software License
1313
Operating System :: OS Independent
14-
Programming Language :: Python :: 3.12
14+
Programming Language :: Python :: 3.13
1515
Topic :: Home Automation
1616

1717
[tool:pytest]
@@ -60,7 +60,7 @@ forced_separate = tests
6060
combine_as_imports = true
6161

6262
[mypy]
63-
python_version = 3.12
63+
python_version = 3.13
6464
ignore_errors = true
6565
follow_imports = silent
6666
ignore_missing_imports = true

0 commit comments

Comments
 (0)