From 420c79e932f1e059a5a456cf81953b647725c65c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 18 Apr 2026 01:23:18 +0200 Subject: [PATCH] ci: update mypy target to Python 3.14 in OCPP mock server --- tests/ocpp-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 09daffa6..498a1cc2 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -36,7 +36,7 @@ select = ["E", "W", "F", "ASYNC", "S", "B", "A", "Q", "RUF", "I"] asyncio_mode = "auto" [tool.mypy] -python_version = "3.12" +python_version = "3.14" warn_return_any = true warn_unused_configs = true warn_redundant_casts = true -- 2.43.0