From fdb490bf0920637b0b20b4869893a5aeb2e862cd Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 30 Nov 2025 13:01:28 +0000 Subject: [PATCH] Target Python 3.9 when running tests mypy 1.17.0 dropped support for targeting Python 3.8, causing https://bugs.debian.org/1114284. --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 0ddd5a5..ab879ee 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 [mypy] -python_version = 3.8 +python_version = 3.9 mypy_path = src