From df77b13783a51826991897874564b3f1a2fc9b54 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sat, 4 Nov 2023 09:58:13 +0900 Subject: [PATCH] test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5b34cc..d64a2f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,6 @@ enable_isort = true enable_mypy = false # TODO: enable mypy in the future mypy_preset = "strict" line_length = 88 -py_version = "py37" +py_version = "py38" [[tool.pysen.lint.mypy_targets]] paths = ["."]