From ed13b7660afc5319871dac49bb08228447ae63d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 4 Feb 2024 12:02:08 +0200 Subject: [PATCH] Updated Python version for Mypy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 020dd2d..5f79d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ addopts = "-rsx --tb=short" testpaths = ["tests"] [tool.mypy] -python_version = "3.7" +python_version = "3.8" [tool.coverage.run] source = ["asphalt.sqlalchemy"]