From 28ebdb1e551ad721d8669e89a53ae0407e87d127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 5 Nov 2024 20:16:20 +0100 Subject: [PATCH] chg: run mypy on current python version --- .github/workflows/mypy.yml | 1 + mypy.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index cf79638..8ed6561 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] diff --git a/mypy.ini b/mypy.ini index c93cc57..6e76e80 100644 --- a/mypy.ini +++ b/mypy.ini @@ -3,7 +3,6 @@ strict = True warn_return_any = False show_error_context = True pretty = True -python_version = 3.9 [mypy-docs.source.*] ignore_errors = True